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

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

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index ec24598fd3a..2de7bedc518 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -4,8 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{6..9} )
-# [options.entry_points] is present in setup.cfg but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
 
 inherit distutils-r1
 
@@ -19,7 +17,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
~riscv s390 sparc x8
 IUSE="test"
 
 BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/toml[${PYTHON_USEDEP}]
        >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
        test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )

Reply via email to