From: Tobias Klausmann Date: Fri, 9 Sep 2016 15:49:17 +0000 (+0200) Subject: dev-python/flake8: add missing dep on d-p/configparser X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb692cad2aeed422e428562cc0e8f3932424d6e6;p=gentoo.git dev-python/flake8: add missing dep on d-p/configparser --- diff --git a/dev-python/flake8/flake8-3.0.4.ebuild b/dev-python/flake8/flake8-3.0.4-r1.ebuild similarity index 96% rename from dev-python/flake8/flake8-3.0.4.ebuild rename to 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}]