From: Patrick McLean Date: Fri, 10 Aug 2018 17:17:23 +0000 (-0700) Subject: dev-python/webcolors: Add setuptools to DEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=80272b5e099dbd6ee53db54684f3e83b8e9079c6;p=gentoo.git dev-python/webcolors: Add setuptools to DEPEND Package-Manager: Portage-2.3.45, Repoman-2.3.10 --- diff --git a/dev-python/webcolors/webcolors-1.8.1.ebuild b/dev-python/webcolors/webcolors-1.8.1.ebuild index d3a857f49790..96dcfd23405c 100644 --- a/dev-python/webcolors/webcolors-1.8.1.ebuild +++ b/dev-python/webcolors/webcolors-1.8.1.ebuild @@ -16,7 +16,8 @@ LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_test() { nosetests --verbose || die