summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-10 18:07:54 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-10 18:09:24 -0500
commit28fafe7e508ac21b9c5cb6386059e1f69e0712c5 (patch)
tree9d401a85b61abea48384d1d4dac886749a953da8 /dev-python/openstacksdk
parentsys-cluster/swift: add DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-28fafe7e508ac21b9c5cb6386059e1f69e0712c5.tar.gz
gentoo-28fafe7e508ac21b9c5cb6386059e1f69e0712c5.tar.bz2
gentoo-28fafe7e508ac21b9c5cb6386059e1f69e0712c5.zip
dev-python/openstacksdk: fix silly bug
Closes: https://bugs.gentoo.org/747697 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/openstacksdk')
-rw-r--r--dev-python/openstacksdk/openstacksdk-0.50.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild b/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild
index 147ea078eb9e..b6d18569f7b2 100644
--- a/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild
+++ b/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1