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/path-py/
Date: Wed, 30 Sep 2020 12:11:41
Message-Id: 1601467880.3477d1d0ee0e67f30c7ffef20196d405777bea93.sbraz@gentoo
1 commit: 3477d1d0ee0e67f30c7ffef20196d405777bea93
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 12:10:58 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 12:11:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3477d1d0
7
8 dev-python/path-py: fix DISTUTILS_USE_SETUPTOOLS value
9
10 entry_points are empty, therefore setuptools is not a runtime
11 dependency.
12
13 Closes: https://bugs.gentoo.org/745606
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
16
17 dev-python/path-py/path-py-15.0.0.ebuild | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/dev-python/path-py/path-py-15.0.0.ebuild b/dev-python/path-py/path-py-15.0.0.ebuild
21 index 13c63b0ca9e..1389d65eb26 100644
22 --- a/dev-python/path-py/path-py-15.0.0.ebuild
23 +++ b/dev-python/path-py/path-py-15.0.0.ebuild
24 @@ -4,7 +4,6 @@
25 EAPI=7
26
27 PYTHON_COMPAT=( python3_{6..9} pypy3 )
28 -DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1