diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:08:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:12 +0100 |
commit | 6a10494b57248f5bc4eaab0f1c2c70c77fc290e9 (patch) | |
tree | e8ef418a7e065e124791ee602346d8c524c46034 /dev-python/flake8-polyfill | |
parent | dev-python/radon: Remove py2 (diff) | |
download | gentoo-6a10494b57248f5bc4eaab0f1c2c70c77fc290e9.tar.gz gentoo-6a10494b57248f5bc4eaab0f1c2c70c77fc290e9.tar.bz2 gentoo-6a10494b57248f5bc4eaab0f1c2c70c77fc290e9.zip |
dev-python/flake8-polyfill: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flake8-polyfill')
-rw-r--r-- | dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |