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

index 39ce863e72a6e5cbbdf2513a4bc524e905eaff9f..24e371d90eb68eef51e0cc85014f62758d0c93f9 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)
 PATCHES=( "${FILESDIR}"/${P}-pytest-runner.patch )
 
 inherit distutils-r1