commit: 2771b5d34e6d206361fbc430c00ef10106be4b4c Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Wed Sep 30 16:30:23 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Sep 30 16:31:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2771b5d3
dev-python/cliff: link to PR fixing manual setuptools deps. Bug: https://bugs.gentoo.org/745663 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/cliff/cliff-3.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cliff/cliff-3.4.0.ebuild b/dev-python/cliff/cliff-3.4.0.ebuild index 2cb3eca1cbe..8a9b0147ca3 100644 --- a/dev-python/cliff/cliff-3.4.0.ebuild +++ b/dev-python/cliff/cliff-3.4.0.ebuild @@ -4,7 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -# pkg_resources is used even though the QA check doesn't detect it +# TODO: revert to rdepend once this is merged +# https://github.com/openstack/cliff/pull/3 DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1
