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>
This commit is contained in:
Louis Sautier
2020-09-30 18:30:23 +02:00
parent b435a748e8
commit 2771b5d34e

View File

@@ -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