commit: eb692cad2aeed422e428562cc0e8f3932424d6e6
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 15:49:17 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 15:49:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb692cad
dev-python/flake8: add missing dep on d-p/configparser
dev-python/flake8/{flake8-3.0.4.ebuild => flake8-3.0.4-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
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 9dc4a49..b80756e 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}]