summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-10 18:09:13 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-10 18:09:25 -0500
commitbc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14 (patch)
treeb831dd875d1594cc03e75b0c31e5cd9aa4ff4b1e /dev-python
parentdev-python/openstacksdk: fix silly bug (diff)
downloadgentoo-bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14.tar.gz
gentoo-bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14.tar.bz2
gentoo-bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14.zip
dev-python/keystoneauth: fix very silly bug
Closes: https://bugs.gentoo.org/747703 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/keystoneauth/keystoneauth-4.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
index e1333cf7d22a..e3d33b772a08 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1