diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-30 12:51:28 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-30 12:53:21 -0500 |
commit | 571d841c55765e7ee666b8e07fada3ee37308ab5 (patch) | |
tree | ec46b65bb4361dba8ee62cc928722c5bfe64520e /dev-python/python-barbicanclient | |
parent | dev-python/glance_store: switch bdepend to rdepend (diff) | |
download | gentoo-571d841c55765e7ee666b8e07fada3ee37308ab5.tar.gz gentoo-571d841c55765e7ee666b8e07fada3ee37308ab5.tar.bz2 gentoo-571d841c55765e7ee666b8e07fada3ee37308ab5.zip |
dev-python/python-barbicanclient: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-barbicanclient')
-rw-r--r-- | dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 1cf60384bead..14a7cceb7e32 100644 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |