dev-python/yapsy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:02:48 +0000 (08:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:49 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/yapsy/yapsy-1.11.223-r2.ebuild

index 8e3879efcd3310fbde25c13c866fba5830421ec6..92804cbeb7cdaa40d11e0900c4c559820dadb230 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="6"
 
 MY_P="Yapsy-${PV}"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1