mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/flake8: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -23,8 +23,10 @@ RDEPEND="
|
||||
<dev-python/pyflakes-1.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
|
||||
<dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
|
||||
virtual/python-enum34[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2*' pypy )
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/configparser[${PYTHON_USEDEP}]
|
||||
dev-python/enum34[${PYTHON_USEDEP}]
|
||||
' -2)
|
||||
"
|
||||
PDEPEND="
|
||||
>=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -24,11 +24,12 @@ RDEPEND="
|
||||
<dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]
|
||||
<dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
|
||||
virtual/python-enum34[${PYTHON_USEDEP}]
|
||||
virtual/python-typing[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' -2)
|
||||
$(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' -2)
|
||||
$(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' -2)
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/configparser[${PYTHON_USEDEP}]
|
||||
dev-python/enum34[${PYTHON_USEDEP}]
|
||||
dev-python/functools32[${PYTHON_USEDEP}]
|
||||
dev-python/typing[${PYTHON_USEDEP}]
|
||||
' -2)
|
||||
!dev-python/pep8[${PYTHON_USEDEP}]
|
||||
"
|
||||
PDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user