summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 19:37:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:25 +0200
commit4f2c7cfbd718d185799232c166ecf75b26e36217 (patch)
tree19bba9fc37d9cab326ddceb122ec2bde41303b86
parentdev-python/zope-configuration: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-4f2c7cfb.tar.gz
gentoo-4f2c7cfb.tar.bz2
gentoo-4f2c7cfb.zip
dev-python/zope-exceptions: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/749137 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>
-rw-r--r--dev-python/zope-exceptions/zope-exceptions-4.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
index 5b427b0dd300..a8f296dc7410 100644
--- a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
+++ b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1