commit: 7ccc3669b815254fbf9e97d8349823def5a0c8d1
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 16:43:05 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 17:04:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccc3669
dev-python/flake8: Fix test deps
Package-Manager: portage-2.2.27
dev-python/flake8/flake8-2.5.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/flake8/flake8-2.5.1.ebuild
b/dev-python/flake8/flake8-2.5.1.ebuild
index 4a5fc3b..f52a453 100644
--- 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}]