commit: 6a10494b57248f5bc4eaab0f1c2c70c77fc290e9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 13:08:10 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 13:24:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a10494b
dev-python/flake8-polyfill: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild index b1253819143..f9bfa4de2ea 100644 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Polyfill package for Flake8 plugins"
