From 80272b5e099dbd6ee53db54684f3e83b8e9079c6 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 10 Aug 2018 10:17:23 -0700 Subject: [PATCH] dev-python/webcolors: Add setuptools to DEPEND Package-Manager: Portage-2.3.45, Repoman-2.3.10 --- dev-python/webcolors/webcolors-1.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2