commit:     a82c287220e64edf4b258a9b9e8d7b3015468afb
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 17:09:24 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 17:23:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82c2872

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 <prometheanfire <AT> gentoo.org>

 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 57415e7d411..c8e4cb45994 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}]

Reply via email to