summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:02:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:10:54 +0100
commit11b38a94fd3c30b08d49e448942a90735236c59d (patch)
treeaaff3545d3dd972bff812241d87013dc26ed8c9f /dev-python/pytest-flake8
parentdev-python/tinycss2: Remove py2 (diff)
downloadgentoo-11b38a94fd3c30b08d49e448942a90735236c59d.tar.gz
gentoo-11b38a94fd3c30b08d49e448942a90735236c59d.tar.bz2
gentoo-11b38a94fd3c30b08d49e448942a90735236c59d.zip
dev-python/pytest-flake8: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r--dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild2
-rw-r--r--dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index 7ade828412c8..cb297114cf3f 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 1667ba9e06d0..9a28f875f218 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1