Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
Date: Thu, 03 Dec 2015 10:21:37
Message-Id: 1449137860.dbe1d214c22c9b188038be73c20796f9d36b62cb.jlec@gentoo
1 commit: dbe1d214c22c9b188038be73c20796f9d36b62cb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 08:50:49 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 10:17:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe1d214
7
8 dev-python/pylint: Black non working version of astroid
9
10 https://bitbucket.org/logilab/astroid/issues/275/140-and-141-fail-to-work-with-pylint-144#comment-23760229
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/pylint/pylint-1.4.4.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-python/pylint/pylint-1.4.4.ebuild b/dev-python/pylint/pylint-1.4.4.ebuild
19 index b5502c3..0d4689c 100644
20 --- a/dev-python/pylint/pylint-1.4.4.ebuild
21 +++ b/dev-python/pylint/pylint-1.4.4.ebuild
22 @@ -23,6 +23,7 @@ IUSE="doc examples test"
23 RDEPEND="
24 >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
25 >=dev-python/astroid-1.3.6[${PYTHON_USEDEP}]
26 + <dev-python/astroid-1.4[${PYTHON_USEDEP}]
27 dev-python/six[${PYTHON_USEDEP}]"
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
29 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )