diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:10:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:30:08 +0200 |
commit | afb1607759035b37261c97e4bafcab1460a74a07 (patch) | |
tree | 7712117f92950de1eef8b5a6cd097f88c915a2bf /dev-python/jaraco-itertools | |
parent | dev-python/jaraco-functools: Restore default DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-afb1607759035b37261c97e4bafcab1460a74a07.tar.gz gentoo-afb1607759035b37261c97e4bafcab1460a74a07.tar.bz2 gentoo-afb1607759035b37261c97e4bafcab1460a74a07.zip |
dev-python/jaraco-itertools: Restore default DISTUTILS_USE_SETUPTOOLS
The underlying issue causing false positives has been fixed.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-itertools')
-rw-r--r-- | dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild index 5a1196495f06..79f2924b2f97 100644 --- a/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild +++ b/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.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 @@ -29,7 +27,6 @@ RDEPEND=" >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( ${RDEPEND} |