summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-19 16:29:59 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-19 16:29:59 -0500
commit065219418b661df2da32eaaea951ff0ae3d8bbf1 (patch)
tree0a5da3a9a21213ebb7d2a6ee8ba7e56ca75c23da /dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
parentdev-python/python-zaqarclient: set DISTUTILS_USE_SETUPTOOLS=bdepend (diff)
downloadgentoo-065219418b661df2da32eaaea951ff0ae3d8bbf1.tar.gz
gentoo-065219418b661df2da32eaaea951ff0ae3d8bbf1.tar.bz2
gentoo-065219418b661df2da32eaaea951ff0ae3d8bbf1.zip
dev-python/python-saharaclient: set DISTUTILS_USE_SETUPTOOLS=bdepend
Closes: https://bugs.gentoo.org/750146 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild')
-rw-r--r--dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
index b81682988724..c4fa1e604d53 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1