diff options
-rw-r--r-- | dev-python/flake8/flake8-3.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flake8/flake8-3.0.4.ebuild b/dev-python/flake8/flake8-3.0.4.ebuild index 3d9a910153d5..841e387721aa 100644 --- a/dev-python/flake8/flake8-3.0.4.ebuild +++ b/dev-python/flake8/flake8-3.0.4.ebuild @@ -20,9 +20,9 @@ SLOT="0" RDEPEND=" >=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}] <dev-python/pyflakes-1.3[${PYTHON_USEDEP}] - !=dev-python/pyflakes-1.2.0[${PYTHON_USEDEP}] - !=dev-python/pyflakes-1.2.1[${PYTHON_USEDEP}] - !=dev-python/pyflakes-1.2.2[${PYTHON_USEDEP}] + !~dev-python/pyflakes-1.2.0 + !~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}] " |