diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-15 19:41:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:29 +0200 |
commit | 455a1f948efa252cf565bd0340360429b2071f08 (patch) | |
tree | 3c0204fd41c21a178313adf7b5da6ca090074b18 /dev-python/zope-deprecation | |
parent | dev-python/zope-i18nmessageid: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-455a1f948efa252cf565bd0340360429b2071f08.tar.gz gentoo-455a1f948efa252cf565bd0340360429b2071f08.tar.bz2 gentoo-455a1f948efa252cf565bd0340360429b2071f08.zip |
dev-python/zope-deprecation: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/749122
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-deprecation')
-rw-r--r-- | dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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}" |