From 4dc93500fc392a5b07f1ae6d4d6399d806572a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 21 Sep 2020 17:10:22 +0200 Subject: [PATCH] dev-python/jaraco-functools: Restore default DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny --- 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 9710b82bb05d5..94c723d9061d6 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? (