summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-30 18:30:23 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-30 18:31:28 +0200
commit2771b5d34e6d206361fbc430c00ef10106be4b4c (patch)
treeb46e951f862c7244757a3b3203dfbe8033585661 /dev-python
parentgui-wm/sway: fix dep on mesa for libglvnd flag removal (diff)
downloadgentoo-2771b5d34e6d206361fbc430c00ef10106be4b4c.tar.gz
gentoo-2771b5d34e6d206361fbc430c00ef10106be4b4c.tar.bz2
gentoo-2771b5d34e6d206361fbc430c00ef10106be4b4c.zip
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cliff/cliff-3.4.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cliff/cliff-3.4.0.ebuild b/dev-python/cliff/cliff-3.4.0.ebuild
index 2cb3eca1cbe9..8a9b0147ca33 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