commit:     3477d1d0ee0e67f30c7ffef20196d405777bea93
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 12:10:58 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:11:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3477d1d0

dev-python/path-py: fix DISTUTILS_USE_SETUPTOOLS value

entry_points are empty, therefore setuptools is not a runtime
dependency.

Closes: https://bugs.gentoo.org/745606
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/path-py/path-py-15.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
index 13c63b0ca9e..1389d65eb26 100644
--- a/dev-python/path-py/path-py-15.0.0.ebuild
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 

Reply via email to