Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Wed, 30 Sep 2020 16:31:44
Message-Id: 1601483488.2771b5d34e6d206361fbc430c00ef10106be4b4c.sbraz@gentoo
1 commit: 2771b5d34e6d206361fbc430c00ef10106be4b4c
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 16:30:23 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 16:31:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2771b5d3
7
8 dev-python/cliff: link to PR fixing manual setuptools deps.
9
10 Bug: https://bugs.gentoo.org/745663
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 dev-python/cliff/cliff-3.4.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/cliff/cliff-3.4.0.ebuild b/dev-python/cliff/cliff-3.4.0.ebuild
18 index 2cb3eca1cbe..8a9b0147ca3 100644
19 --- a/dev-python/cliff/cliff-3.4.0.ebuild
20 +++ b/dev-python/cliff/cliff-3.4.0.ebuild
21 @@ -4,7 +4,8 @@
22 EAPI=7
23
24 PYTHON_COMPAT=( python3_{6..9} )
25 -# pkg_resources is used even though the QA check doesn't detect it
26 +# TODO: revert to rdepend once this is merged
27 +# https://github.com/openstack/cliff/pull/3
28 DISTUTILS_USE_SETUPTOOLS=manual
29
30 inherit distutils-r1