diff options
author | Daniel Mueller <deso@posteo.net> | 2018-03-14 07:51:36 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-16 22:51:05 +0100 |
commit | 7ff954384e42f44f3138d263af5b212a8e5f56f8 (patch) | |
tree | 9bbb0bf36f2ee65f66fd1ab8939dcf6260d3c89d /dev-python/pylint | |
parent | sci-geosciences/opencpn: bump version, fixes #650462 (diff) | |
download | gentoo-7ff954384e42f44f3138d263af5b212a8e5f56f8.tar.gz gentoo-7ff954384e42f44f3138d263af5b212a8e5f56f8.tar.bz2 gentoo-7ff954384e42f44f3138d263af5b212a8e5f56f8.zip |
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
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-1.8.2.ebuild b/dev-python/pylint/pylint-1.8.2.ebuild index 3bf9b99e1a37..f2f3fe561e27 100644 --- a/dev-python/pylint/pylint-1.8.2.ebuild +++ b/dev-python/pylint/pylint-1.8.2.ebuild @@ -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}] |