mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/flake8: fix pycodestyle dependency
Bug: https://bugs.gentoo.org/599500 Package-Manager: portage-2.3.2_p5
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user