commit: 4f1c0041ac208a79d4fd65b4b47d0e01960174a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 15:10:10 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 15:30:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1c0041
dev-python/jaraco-context: 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-context/jaraco-context-3.0.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
index cc64921f317..37dff8f76a7 100644
--- a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
@@ -3,8 +3,6 @@
EAPI=7
-# upstream uses bad template
-DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
@@ -23,7 +21,6 @@ RDEPEND="
>=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"