From: Michał Górny Date: Wed, 5 Feb 2020 13:08:10 +0000 (+0100) Subject: dev-python/flake8-polyfill: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6a10494b57248f5bc4eaab0f1c2c70c77fc290e9;p=gentoo.git dev-python/flake8-polyfill: Remove py2 Signed-off-by: Michał Górny --- 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 b12538191434..f9bfa4de2ea0 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"