diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:17:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:39:44 +0200 |
commit | 24994a559b30f8a95e37ead0295b2847e66f9485 (patch) | |
tree | 7c2e15a092d1c95970800e23ac69ab89a43b07ba /dev-python/pylint | |
parent | dev-python/nosehtmloutput: Add python3_{5,6} (diff) | |
download | gentoo-24994a559b30f8a95e37ead0295b2847e66f9485.tar.gz gentoo-24994a559b30f8a95e37ead0295b2847e66f9485.tar.bz2 gentoo-24994a559b30f8a95e37ead0295b2847e66f9485.zip |
dev-python/pylint: Fix dependencies
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.7.1-r1.ebuild (renamed from dev-python/pylint/pylint-1.7.1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pylint/pylint-1.7.1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 1c5b2098c547..54eb6b319ccf 100644 --- a/dev-python/pylint/pylint-1.7.1.ebuild +++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild @@ -24,10 +24,11 @@ RDEPEND=" >=dev-python/astroid-1.5.1[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] - dev-python/mccabe + dev-python/mccabe[${PYTHON_USEDEP}] + virtual/python-singledispatch[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] - dev-python/configparser[${PYTHON_USEDEP}]' python2_7)" + dev-python/configparser[${PYTHON_USEDEP}]' -2)" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} )" |