projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ccc5e
)
dev-python/flake8: Fix test deps
author
Patrick Lauer
<patrick@gentoo.org>
Thu, 18 Feb 2016 16:43:05 +0000
(17:43 +0100)
committer
Patrick Lauer
<patrick@gentoo.org>
Thu, 18 Feb 2016 17:04:36 +0000
(18:04 +0100)
Package-Manager: portage-2.2.27
dev-python/flake8/flake8-2.5.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/flake8/flake8-2.5.1.ebuild
b/dev-python/flake8/flake8-2.5.1.ebuild
index 4a5fc3b8bf3333bf7d76eb65b23e4a14284ee06a..f52a4537ec208d8b93b756b94d554298c6413876 100644
(file)
--- a/
dev-python/flake8/flake8-2.5.1.ebuild
+++ b/
dev-python/flake8/flake8-2.5.1.ebuild
@@
-30,6
+30,8
@@
DEPEND="${RDEPEND}
test? ( ${PDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+ >=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
+ <dev-python/mccabe-0.4[${PYTHON_USEDEP}]
)"
PDEPEND="
>=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]