diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:28:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:39:26 +0100 |
commit | fda0af5358644c751be5844bb36589dcb7ec42ac (patch) | |
tree | 1a7cd054ccd0d8af862f60adbc67279760dbaee7 /dev-python | |
parent | dev-python/isort: Drop py2 (diff) | |
download | gentoo-fda0af5358644c751be5844bb36589dcb7ec42ac.tar.gz gentoo-fda0af5358644c751be5844bb36589dcb7ec42ac.tar.bz2 gentoo-fda0af5358644c751be5844bb36589dcb7ec42ac.zip |
dev-python/astroid: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/astroid/astroid-1.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/astroid/astroid-1.4.8.ebuild b/dev-python/astroid/astroid-1.4.8.ebuild index beeff5e00711..60df02b882b8 100644 --- a/dev-python/astroid/astroid-1.4.8.ebuild +++ b/dev-python/astroid/astroid-1.4.8.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |