From 2771b5d34e6d206361fbc430c00ef10106be4b4c Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 30 Sep 2020 18:30:23 +0200 Subject: [PATCH] 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 --- 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 2cb3eca1cbe9b..8a9b0147ca33c 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