mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pylint: Fix version requirement for astroid
Pylint in version 1.8.2 really depends on >=dev-python/astroid-1.6: $ pylint > ... > pkg_resources.DistributionNotFound: The 'astroid<2.0,>=1.6' > distribution was not found and is required by pylint Closes: https://github.com/gentoo/gentoo/pull/7460
This commit is contained in:
committed by
Michał Górny
parent
7fd16d41f2
commit
7ff954384e
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-lin
|
||||
IUSE="doc examples test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/astroid-1.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/astroid-1.6.0[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
|
||||
dev-python/mccabe[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user