diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-08-10 10:17:23 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-08-10 10:17:23 -0700 |
commit | 80272b5e099dbd6ee53db54684f3e83b8e9079c6 (patch) | |
tree | 9893c92fa71a0a7e2a94559e1108f3837cb4ddc6 /dev-python/webcolors | |
parent | dev-php/pecl-apcu: Version bump for 5.1.12 (diff) | |
download | gentoo-80272b5e099dbd6ee53db54684f3e83b8e9079c6.tar.gz gentoo-80272b5e099dbd6ee53db54684f3e83b8e9079c6.tar.bz2 gentoo-80272b5e099dbd6ee53db54684f3e83b8e9079c6.zip |
dev-python/webcolors: Add setuptools to DEPEND
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r-- | dev-python/webcolors/webcolors-1.8.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |