summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-02-18 17:43:05 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-02-18 18:04:36 +0100
commit7ccc3669b815254fbf9e97d8349823def5a0c8d1 (patch)
treee4d01c82f98783f2b656eab23003442948b1fe8e /dev-python
parentd3ccc5e8fe8aa539f3b1c749372032b43dd9b941 (diff)
downloadgentoo-7ccc3669b815254fbf9e97d8349823def5a0c8d1.tar.gz
gentoo-7ccc3669b815254fbf9e97d8349823def5a0c8d1.tar.bz2
gentoo-7ccc3669b815254fbf9e97d8349823def5a0c8d1.zip
dev-python/flake8: Fix test deps
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flake8/flake8-2.5.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/flake8/flake8-2.5.1.ebuild b/dev-python/flake8/flake8-2.5.1.ebuild
index 4a5fc3b8bf33..f52a4537ec20 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}]