From 9412b869eb97ff052db8cd83a6936685392926fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 21 Sep 2020 17:07:21 +0200 Subject: dev-python/irc: 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/irc/irc-19.0.1.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'dev-python') 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? ( -- cgit v1.2.3