commit: a13a588c00b909d2dd93be055d7c2ba36d645016 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Oct 19 21:29:03 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Oct 19 21:29:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13a588c
dev-python/python-zaqarclient: set DISTUTILS_USE_SETUPTOOLS=bdepend Closes: https://bugs.gentoo.org/750149 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild index ee27203447b..1ea16456cb2 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1
