From a82c287220e64edf4b258a9b9e8d7b3015468afb Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 30 Sep 2020 12:09:24 -0500 Subject: dev-python/glance_store: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/745666 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode --- dev-python/glance_store/glance_store-1.0.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild index 57415e7d4112..c8e4cb45994b 100644 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild +++ b/dev-python/glance_store/glance_store-1.0.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -16,10 +17,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="cinder swift vmware" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} -" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad