commit: c94db7d6cea8b44d850609e2d64d347082d728f1 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 17:38:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94db7d6
dev-python/zope-testrunner: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/749134 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zope-testrunner/zope-testrunner-5.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild b/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild index a052ac999f6..04312331c57 100644 --- a/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild +++ b/dev-python/zope-testrunner/zope-testrunner-5.2.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
