summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 17:06:05 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 17:30:02 +0200
commita19720202c65b1d0452905ba678b3270f660a53a (patch)
tree27c197c853742b7aab22980720f258e828f4fed9 /dev-python/inflect
parentdistutils-r1.eclass: Remove obsolete DISTUTILS_USE_SETUPTOOLS check (diff)
downloadgentoo-a19720202c65b1d0452905ba678b3270f660a53a.tar.gz
gentoo-a19720202c65b1d0452905ba678b3270f660a53a.tar.bz2
gentoo-a19720202c65b1d0452905ba678b3270f660a53a.zip
dev-python/inflect: Restore default DISTUTILS_USE_SETUPTOOLS
The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r--dev-python/inflect/inflect-4.1.0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild
index 505c7b028c66..5ed8ab2d118e 100644
--- a/dev-python/inflect/inflect-4.1.0.ebuild
+++ b/dev-python/inflect/inflect-4.1.0.ebuild
@@ -4,8 +4,6 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-# [options.entry_points] is present in setup.cfg but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
inherit distutils-r1
@@ -23,7 +21,6 @@ RDEPEND="
$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7})
"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )