summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-09-09 17:49:17 +0200
committerTobias Klausmann <klausman@gentoo.org>2016-09-09 17:49:17 +0200
commiteb692cad2aeed422e428562cc0e8f3932424d6e6 (patch)
tree7ad4ffc86b8a624fa2991b36d065bdb1fc7c4e88 /dev-python
parentdev-python/configparser: keywording for bug 593300 (diff)
downloadgentoo-eb692cad2aeed422e428562cc0e8f3932424d6e6.tar.gz
gentoo-eb692cad2aeed422e428562cc0e8f3932424d6e6.tar.bz2
gentoo-eb692cad2aeed422e428562cc0e8f3932424d6e6.zip
dev-python/flake8: add missing dep on d-p/configparser
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flake8/flake8-3.0.4-r1.ebuild (renamed from dev-python/flake8/flake8-3.0.4.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/flake8/flake8-3.0.4.ebuild b/dev-python/flake8/flake8-3.0.4-r1.ebuild
index 9dc4a498f686..b80756e3a65f 100644
--- a/dev-python/flake8/flake8-3.0.4.ebuild
+++ b/dev-python/flake8/flake8-3.0.4-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
!~dev-python/pyflakes-1.2.2
>=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
<=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy )
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]