diff options
author | 2019-12-16 14:58:13 +0100 | |
---|---|---|
committer | 2019-12-16 15:37:33 +0100 | |
commit | a6d934e1ce47339ee4dce8a12531d7b7f90e7b0d (patch) | |
tree | 52e0a88a3a342116ab513ec554d498b719de385c /dev-python/termcolor | |
parent | dev-python/appdirs: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-a6d934e1ce47339ee4dce8a12531d7b7f90e7b0d.tar.gz gentoo-a6d934e1ce47339ee4dce8a12531d7b7f90e7b0d.tar.bz2 gentoo-a6d934e1ce47339ee4dce8a12531d7b7f90e7b0d.zip |
dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r-- | dev-python/termcolor/termcolor-1.1.0-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" |