commit: dbe1d214c22c9b188038be73c20796f9d36b62cb Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Dec 3 08:50:49 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Dec 3 10:17:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe1d214
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 <AT> gentoo.org> dev-python/pylint/pylint-1.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pylint/pylint-1.4.4.ebuild b/dev-python/pylint/pylint-1.4.4.ebuild index b5502c3..0d4689c 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}] )
