diff options
| author | Louis Sautier <sbraz@gentoo.org> | 2020-09-30 14:10:58 +0200 |
|---|---|---|
| committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-30 14:11:20 +0200 |
| commit | 3477d1d0ee0e67f30c7ffef20196d405777bea93 (patch) | |
| tree | 14ed04722ded73f7262aaf373ec28292ec51dab7 /dev-python/path-py | |
| parent | 854fe23b4b7a94a5f65377f486d9cdf314145177 (diff) | |
| download | gentoo-3477d1d0ee0e67f30c7ffef20196d405777bea93.tar.gz gentoo-3477d1d0ee0e67f30c7ffef20196d405777bea93.tar.bz2 gentoo-3477d1d0ee0e67f30c7ffef20196d405777bea93.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python/path-py')
| -rw-r--r-- | dev-python/path-py/path-py-15.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 13c63b0ca9e1..1389d65eb266 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 |
