summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-09-30 12:09:24 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-09-30 12:23:56 -0500
commita82c287220e64edf4b258a9b9e8d7b3015468afb (patch)
treea927ccc9e7eb73fb0719e9ff04c2a81d3b199758 /dev-python/glance_store
parentmedia-video/mkvtoolnix: bump to 50.0.0. (diff)
downloadgentoo-a82c287220e64edf4b258a9b9e8d7b3015468afb.tar.gz
gentoo-a82c287220e64edf4b258a9b9e8d7b3015468afb.tar.bz2
gentoo-a82c287220e64edf4b258a9b9e8d7b3015468afb.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/glance_store')
-rw-r--r--dev-python/glance_store/glance_store-1.0.1.ebuild6
1 files 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}]