dev-python/pew: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:57:33 +0000 (18:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:57:33 +0000 (18:57 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pew/pew-1.1.1.ebuild

index 9425c31e4b42fa766f675692f6713dc2b446eee3..820b45fbbb7e271bd5bb496a4a20354ef64b48eb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1