summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 17:10:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 17:30:10 +0200
commitea480a8386cfbc61f410713b92dfbad37afef91f (patch)
treeb47bb88db2a6b50353224c60b70970fec7ff7173
parentdev-python/jaraco-logging: Restore default DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-ea480a8386cfbc61f410713b92dfbad37afef91f.tar.gz
gentoo-ea480a8386cfbc61f410713b92dfbad37afef91f.tar.bz2
gentoo-ea480a8386cfbc61f410713b92dfbad37afef91f.zip
dev-python/jaraco-stream: Restore default DISTUTILS_USE_SETUPTOOLS
The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild b/dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild
index ecdbe10dea62..c50cc19bb17a 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild
@@ -4,8 +4,6 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-# entry_points is present in setup.py but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
inherit distutils-r1
@@ -22,7 +20,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}