diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:29:03 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:29:03 -0500 |
commit | a13a588c00b909d2dd93be055d7c2ba36d645016 (patch) | |
tree | 2a33776d77d3d8113bd5ef138369afb148d9908d /dev-python/python-zaqarclient | |
parent | sys-cluster/nova: add DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-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.ebuild | 2 |
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 |