commit: 02ad1f22e0f620a3b2ffa370e7dc1e8680f57d92
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:14:18 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:40:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ad1f22
dev-python/pylint: Add missing RDEP on configparser, #606554
dev-python/pylint/pylint-1.6.5-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild
b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index 49cbd9b95aa..6083bfbf158 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -26,8 +26,9 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
dev-python/mccabe
- $(python_gen_cond_dep \
- 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]'
python2_7)"
+ $(python_gen_cond_dep '
+ dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
+ dev-python/configparser[${PYTHON_USEDEP}]' python2_7)"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND} )"