summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-19 16:29:03 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-19 16:29:03 -0500
commita13a588c00b909d2dd93be055d7c2ba36d645016 (patch)
tree2a33776d77d3d8113bd5ef138369afb148d9908d /dev-python/python-zaqarclient
parentsys-cluster/nova: add DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-a13a588c00b909d2dd93be055d7c2ba36d645016.tar.gz
gentoo-a13a588c00b909d2dd93be055d7c2ba36d645016.tar.bz2
gentoo-a13a588c00b909d2dd93be055d7c2ba36d645016.zip
dev-python/python-zaqarclient: set DISTUTILS_USE_SETUPTOOLS=bdepend
Closes: https://bugs.gentoo.org/750149 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-zaqarclient')
-rw-r--r--dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
index ee27203447bd..1ea16456cb2d 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1