dev-python/zope-component: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/745897
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-10-11 14:07:19 +02:00
committed by Michał Górny
parent 66b478f973
commit 905a4e9d16

View File

@@ -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}