commit: 28fafe7e508ac21b9c5cb6386059e1f69e0712c5 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 23:07:54 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 23:09:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fafe7e
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 <AT> gentoo.org> dev-python/openstacksdk/openstacksdk-0.50.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild b/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild index 147ea078eb9..b6d18569f7b 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
