From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F8AE13835A for ; Fri, 4 Dec 2020 12:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42466E0995; Fri, 4 Dec 2020 12:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D571E0992 for ; Fri, 4 Dec 2020 12:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5323E340FF9 for ; Fri, 4 Dec 2020 12:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA053489 for ; Fri, 4 Dec 2020 12:38:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1607085418.0422aea7955cee23cb3ca03b80441186a29b93db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild X-VCS-Directories: dev-python/zope-deprecation/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0422aea7955cee23cb3ca03b80441186a29b93db X-VCS-Branch: master Date: Fri, 4 Dec 2020 12:38:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a7129b9-ec80-4db8-879b-95674f6e226b X-Archives-Hash: f50d2cf993f12d69da0a4aa5d8724bfc commit: 0422aea7955cee23cb3ca03b80441186a29b93db Author: Michał Górny gentoo org> AuthorDate: Fri Dec 4 12:35:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 4 12:36:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422aea7 Revert "dev-python/zope-deprecation: Remove namespace dep" This reverts commit 3128e7beecd38f1f191713c23ff933f5b64a5fdd. Signed-off-by: Michał Górny gentoo.org> .../{zope-deprecation-4.4.0-r1.ebuild => zope-deprecation-4.4.0.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild similarity index 91% rename from dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild rename to dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild index 269ec08ac9e..e0d43587ae9 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild @@ -19,6 +19,8 @@ LICENSE="ZPL" SLOT="0" KEYWORDS="amd64 x86" +RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" + S="${WORKDIR}/${MY_P}" distutils_enable_tests setup.py