diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-09-06 16:19:34 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-09-06 16:20:27 +0200 |
commit | af45c515d3f9801818734acf0d997f6405835283 (patch) | |
tree | f86e616ab919916924e3b7cc18dcc069e4551c59 /dev-python/flake8 | |
parent | media-plugins/live: bump to 2016.09.05 (diff) | |
download | gentoo-af45c515d3f9801818734acf0d997f6405835283.tar.gz gentoo-af45c515d3f9801818734acf0d997f6405835283.tar.bz2 gentoo-af45c515d3f9801818734acf0d997f6405835283.zip |
dev-python/flake8: make blockers revbump-tolerant and drop PY_USEDEP
Diffstat (limited to 'dev-python/flake8')
-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}] " |