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 15B931382C5 for ; Fri, 4 Dec 2020 12:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B03E099B; Fri, 4 Dec 2020 12:38:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E2FC8E099B 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 7DF44341004 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 D125648B 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: <1607085421.a5f0ff5ad6a3d46060557b1b6cc7f6d965d34ebc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-exceptions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-exceptions/zope-exceptions-4.4-r1.ebuild dev-python/zope-exceptions/zope-exceptions-4.4.ebuild X-VCS-Directories: dev-python/zope-exceptions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5f0ff5ad6a3d46060557b1b6cc7f6d965d34ebc 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: a58d55f4-6242-4e55-8a28-6dafd4d67898 X-Archives-Hash: 42585e41cdfa5ef375022bdde0e585c5 commit: a5f0ff5ad6a3d46060557b1b6cc7f6d965d34ebc Author: Michał Górny gentoo org> AuthorDate: Fri Dec 4 12:35:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 4 12:37:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f0ff5a Revert "dev-python/zope-exceptions: Remove namespace dep" This reverts commit 633a76fc9fd88fb99a446aad7028deea1cfa666c. Signed-off-by: Michał Górny gentoo.org> .../{zope-exceptions-4.4-r1.ebuild => zope-exceptions-4.4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zope-exceptions/zope-exceptions-4.4-r1.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild similarity index 94% rename from dev-python/zope-exceptions/zope-exceptions-4.4-r1.ebuild rename to dev-python/zope-exceptions/zope-exceptions-4.4.ebuild index e5666344007..a8f296dc741 100644 --- a/dev-python/zope-exceptions/zope-exceptions-4.4-r1.ebuild +++ b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild @@ -19,7 +19,7 @@ LICENSE="ZPL" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -RDEPEND=" +RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )"