Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glance_store/
Date: Wed, 30 Sep 2020 17:24:09
Message-Id: 1601486636.a82c287220e64edf4b258a9b9e8d7b3015468afb.prometheanfire@gentoo
1 commit: a82c287220e64edf4b258a9b9e8d7b3015468afb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:09:24 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:23:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82c2872
7
8 dev-python/glance_store: fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/745666
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/glance_store/glance_store-1.0.1.ebuild | 6 ++----
15 1 file changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild
18 index 57415e7d411..c8e4cb45994 100644
19 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild
20 +++ b/dev-python/glance_store/glance_store-1.0.1.ebuild
21 @@ -3,6 +3,7 @@
22
23 EAPI=7
24 PYTHON_COMPAT=( python3_{6,7} )
25 +DISTUTILS_USE_SETUPTOOLS=bdepend
26
27 inherit distutils-r1
28
29 @@ -16,10 +17,7 @@ KEYWORDS="amd64 ~arm64 x86"
30 IUSE="cinder swift vmware"
31
32 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
33 -DEPEND="
34 - dev-python/setuptools[${PYTHON_USEDEP}]
35 - ${CDEPEND}
36 -"
37 +DEPEND="${CDEPEND}"
38 RDEPEND="
39 ${CDEPEND}
40 >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]