From 602176f88d65b81c45c2c721b25136f1cc6d149a Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 15 Oct 2020 19:39:20 +0200 Subject: dev-python/zope-schema: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/749128 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/zope-schema/zope-schema-6.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad