diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-15 19:37:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:25 +0200 |
commit | 4f2c7cfbd718d185799232c166ecf75b26e36217 (patch) | |
tree | 19bba9fc37d9cab326ddceb122ec2bde41303b86 /dev-python/zope-exceptions | |
parent | dev-python/zope-configuration: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-4f2c7cfbd718d185799232c166ecf75b26e36217.tar.gz gentoo-4f2c7cfbd718d185799232c166ecf75b26e36217.tar.bz2 gentoo-4f2c7cfbd718d185799232c166ecf75b26e36217.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>
Diffstat (limited to 'dev-python/zope-exceptions')
-rw-r--r-- | dev-python/zope-exceptions/zope-exceptions-4.4.ebuild | 3 |
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 |