dev-python/pecan: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:14:40 +0000 (17:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:35 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pecan/pecan-1.3.3-r2.ebuild

index 08967a809bef72fb37576802e2f6b070aefa4301..f05a3339ded7ea001d5b1320117e2118720b2afb 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1