projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e027549
)
dev-python/webcolors: Add setuptools to DEPEND
author
Patrick McLean
<chutzpah@gentoo.org>
Fri, 10 Aug 2018 17:17:23 +0000
(10:17 -0700)
committer
Patrick McLean
<chutzpah@gentoo.org>
Fri, 10 Aug 2018 17:17:23 +0000
(10:17 -0700)
Package-Manager: Portage-2.3.45, Repoman-2.3.10
dev-python/webcolors/webcolors-1.8.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/webcolors/webcolors-1.8.1.ebuild
b/dev-python/webcolors/webcolors-1.8.1.ebuild
index d3a857f497904f36fa18a6e15408b8602b1d42bc..96dcfd23405c672395b15cac7a62a6126dd30267 100644
(file)
--- 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