commit:     ea480a8386cfbc61f410713b92dfbad37afef91f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 15:10:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 15:30:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea480a83

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 <AT> gentoo.org>

 dev-python/jaraco-stream/jaraco-stream-3.0.0.ebuild | 3 ---
 1 file changed, 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 ecdbe10dea6..c50cc19bb17 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}

Reply via email to