summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-03 09:50:49 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-03 11:17:40 +0100
commitdbe1d214c22c9b188038be73c20796f9d36b62cb (patch)
tree02f6d76583426ed7c6af03663087d169f2aa3bb7 /dev-python/pylint/pylint-1.4.4.ebuild
parentdev-python/wrapt: Add python3.5 support (diff)
downloadgentoo-dbe1d214c22c9b188038be73c20796f9d36b62cb.tar.gz
gentoo-dbe1d214c22c9b188038be73c20796f9d36b62cb.tar.bz2
gentoo-dbe1d214c22c9b188038be73c20796f9d36b62cb.zip
dev-python/pylint: Black non working version of astroid
https://bitbucket.org/logilab/astroid/issues/275/140-and-141-fail-to-work-with-pylint-144#comment-23760229 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pylint/pylint-1.4.4.ebuild')
-rw-r--r--dev-python/pylint/pylint-1.4.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pylint/pylint-1.4.4.ebuild b/dev-python/pylint/pylint-1.4.4.ebuild
index b5502c3a21e8..0d4689c80c44 100644
--- a/dev-python/pylint/pylint-1.4.4.ebuild
+++ b/dev-python/pylint/pylint-1.4.4.ebuild
@@ -23,6 +23,7 @@ IUSE="doc examples test"
RDEPEND="
>=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
>=dev-python/astroid-1.3.6[${PYTHON_USEDEP}]
+ <dev-python/astroid-1.4[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )