summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-11 11:42:58 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-11 11:43:38 -0500
commit8eb8c7a7951a9487f2cab596edb788b0b7a50618 (patch)
treea92cbb6e6884fe458a0a5209065735a5dcfbded7 /dev-python/flake8
parentapp-emulation/docker-swarm: remove old version 1.1.3 (diff)
downloadgentoo-8eb8c7a7951a9487f2cab596edb788b0b7a50618.tar.gz
gentoo-8eb8c7a7951a9487f2cab596edb788b0b7a50618.tar.bz2
gentoo-8eb8c7a7951a9487f2cab596edb788b0b7a50618.zip
dev-python/flake8: fix pycodestyle dependency
Bug: https://bugs.gentoo.org/599500 Package-Manager: portage-2.3.2_p5
Diffstat (limited to 'dev-python/flake8')
-rw-r--r--dev-python/flake8/flake8-3.0.4-r2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/flake8/flake8-3.0.4-r2.ebuild b/dev-python/flake8/flake8-3.0.4-r2.ebuild
index d66ee9aad5e3..8c9f7b10e0fb 100644
--- a/dev-python/flake8/flake8-3.0.4-r2.ebuild
+++ b/dev-python/flake8/flake8-3.0.4-r2.ebuild
@@ -24,14 +24,12 @@ RDEPEND="
!~dev-python/pyflakes-1.2.1
!~dev-python/pyflakes-1.2.2
>=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
- <=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
+ <dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy )
"
PDEPEND="
>=dev-python/mccabe-0.5.0[${PYTHON_USEDEP}]
<dev-python/mccabe-0.6[${PYTHON_USEDEP}]
- >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
- <=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]