From 455a1f948efa252cf565bd0340360429b2071f08 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 15 Oct 2020 19:41:29 +0200 Subject: dev-python/zope-deprecation: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/749122 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild') diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild index c7ecf45576f1..e0d43587ae93 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..8} pypy3 ) inherit distutils-r1 @@ -18,7 +20,6 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad