dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-16 14:58:13 +01:00
parent b6316a15aa
commit a6d934e1ce

View File

@@ -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"