summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 19:39:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:27 +0200
commit602176f88d65b81c45c2c721b25136f1cc6d149a (patch)
tree18fe9c4c022bb9ce1e02ffd5895fccb52af1c909
parentdev-python/zope-testrunner: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-602176f8.tar.gz
gentoo-602176f8.tar.bz2
gentoo-602176f8.zip
dev-python/zope-schema: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/749128 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-schema/zope-schema-6.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
index c7a777c6d32b..948e40c240c4 100644
--- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.0.0.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