commit: bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 23:09:13 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 23:09:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71ddcf
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 <AT> gentoo.org> dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild index e1333cf7d22..e3d33b772a0 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
