commit: 46c308373f858a1d1209ed82d130dcee29af6bd3
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 20:51:36 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 21:00:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c30837
dev-python/flake8: Fix mccabe dep
Package-Manager: portage-2.2.27
dev-python/flake8/flake8-2.5.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/flake8/flake8-2.5.4.ebuild
b/dev-python/flake8/flake8-2.5.4.ebuild
index f52a453..a6d01b7 100644
--- a/dev-python/flake8/flake8-2.5.4.ebuild
+++ b/dev-python/flake8/flake8-2.5.4.ebuild
@@ -31,11 +31,11 @@ DEPEND="${RDEPEND}
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}]
+ <dev-python/mccabe-0.5[${PYTHON_USEDEP}]
)"
PDEPEND="
>=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
- <dev-python/mccabe-0.4[${PYTHON_USEDEP}]"
+ <dev-python/mccabe-0.5[${PYTHON_USEDEP}]"
python_prepare_all() {
# This tests requires / assumes this version is already installed.