diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-03 09:50:49 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-03 11:17:40 +0100 |
commit | dbe1d214c22c9b188038be73c20796f9d36b62cb (patch) | |
tree | 02f6d76583426ed7c6af03663087d169f2aa3bb7 /dev-python/pylint | |
parent | dev-python/wrapt: Add python3.5 support (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pylint/pylint-1.4.4.ebuild | 1 |
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}] ) |