commit:     07f1ebdb9cb25e745e1b2962297125d608e0816b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 17:21:04 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 17:23:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f1ebdb

dev-python/python-barbicanclient: add DISTUTILS_USE_SETUPTOOLS=bdepend

Closes: https://bugs.gentoo.org/745690
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
index 14baebe6eab..1cf60384bea 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -15,9 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
+DEPEND="${CDEPEND}"
 RDEPEND="
        ${CDEPEND}
        >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]

Reply via email to