diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:10:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:30:09 +0200 |
commit | 681768e45379e5b4b648cdf20c2ba79d093a1ba1 (patch) | |
tree | 91c07d321f6c942ad4a23078c17beb948eb3d75d /dev-python/jaraco-logging | |
parent | dev-python/jaraco-itertools: Restore default DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-681768e45379e5b4b648cdf20c2ba79d093a1ba1.tar.gz gentoo-681768e45379e5b4b648cdf20c2ba79d093a1ba1.tar.bz2 gentoo-681768e45379e5b4b648cdf20c2ba79d093a1ba1.zip |
dev-python/jaraco-logging: 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-logging')
-rw-r--r-- | dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild index 46c712a12fd2..e90771dce5f8 100644 --- a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild +++ b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.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 @@ -28,7 +26,6 @@ RDEPEND=" dev-python/tempora[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( ${RDEPEND} |