From: Michał Górny Date: Mon, 16 Dec 2019 13:58:13 +0000 (+0100) Subject: dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6d934e1ce47339ee4dce8a12531d7b7f90e7b0d;p=gentoo.git dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild index 51971986bb54..e8d617642b1c 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 @@ -15,7 +16,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - # no tests... RESTRICT="test"