Skip to content

Commit

Permalink
dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 16, 2019
1 parent b6316a1 commit a6d934e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-python/termcolor/termcolor-1.1.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit a6d934e

Please sign in to comment.