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

dev-python/jaraco-functools: 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-functools/jaraco-functools-3.0.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 9710b82bb05..94c723d9061 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.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
 
@@ -26,7 +24,6 @@ RDEPEND="
        dev-python/more-itertools[${PYTHON_USEDEP}]
 "
 BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/toml[${PYTHON_USEDEP}]
        dev-python/setuptools_scm[${PYTHON_USEDEP}]
        test? (

Reply via email to