dev-python/pytest-flakes: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:02:53 +0000 (21:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:56 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild

index 404ad119b81678619abfecf5c0e184156e1c9439..9acf63c308af0fa85e0aeb6ec841db2cea8047dc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3)
+PYTHON_COMPAT=( python3_{6,7} pypy3)
 
 inherit distutils-r1