From 905a4e9d16e1599ebe7c9a250c1f8dd9109d4c9a Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 11 Oct 2020 14:07:19 +0200 Subject: [PATCH] dev-python/zope-component: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/745897 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/zope-component/zope-component-4.4.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/zope-component/zope-component-4.4.1.ebuild b/dev-python/zope-component/zope-component-4.4.1.ebuild index 0fb9299678a5c..9b491905618b8 100644 --- a/dev-python/zope-component/zope-component-4.4.1.ebuild +++ b/dev-python/zope-component/zope-component-4.4.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=(python3_{6..9}) inherit distutils-r1 @@ -22,8 +24,7 @@ RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}] dev-python/zope-event[${PYTHON_USEDEP}] >=dev-python/zope-interface-4.1.0[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/nose[${PYTHON_USEDEP}] )" S=${WORKDIR}/${MY_P}