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/python-barbicanclient/
Date: Wed, 30 Sep 2020 17:24:10
Message-Id: 1601486637.07f1ebdb9cb25e745e1b2962297125d608e0816b.prometheanfire@gentoo
1 commit: 07f1ebdb9cb25e745e1b2962297125d608e0816b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:21:04 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:23:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f1ebdb
7
8 dev-python/python-barbicanclient: add DISTUTILS_USE_SETUPTOOLS=bdepend
9
10 Closes: https://bugs.gentoo.org/745690
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/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
18 index 14baebe6eab..1cf60384bea 100644
19 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
20 +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.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 @@ -15,9 +16,7 @@ SLOT="0"
30 KEYWORDS="amd64 ~arm64 x86"
31
32 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
33 -DEPEND="
34 - dev-python/setuptools[${PYTHON_USEDEP}]
35 - ${CDEPEND}"
36 +DEPEND="${CDEPEND}"
37 RDEPEND="
38 ${CDEPEND}
39 >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]