diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:07:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:30:03 +0200 |
commit | 9412b869eb97ff052db8cd83a6936685392926fa (patch) | |
tree | bc86000a1521bd9fc6c75328125554eb930aaa0a /dev-python/irc | |
parent | dev-python/inflect: Restore default DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-9412b869eb97ff052db8cd83a6936685392926fa.tar.gz gentoo-9412b869eb97ff052db8cd83a6936685392926fa.tar.bz2 gentoo-9412b869eb97ff052db8cd83a6936685392926fa.zip |
dev-python/irc: 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/irc')
-rw-r--r-- | dev-python/irc/irc-19.0.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/irc/irc-19.0.1.ebuild b/dev-python/irc/irc-19.0.1.ebuild index 2d780f0ed7ab..d2b8426c56e7 100644 --- a/dev-python/irc/irc-19.0.1.ebuild +++ b/dev-python/irc/irc-19.0.1.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) -# [options.entry_points] is present in setup.cfg but it is empty -DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 @@ -32,7 +30,6 @@ RDEPEND=" >=dev-python/tempora-1.6[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] test? ( |