dev-python/pylibacl: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:34:04 +0000 (07:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:34:04 +0000 (07:34 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pylibacl/pylibacl-0.5.3.ebuild
dev-python/pylibacl/pylibacl-0.5.4.ebuild

index f1bee0396459003213d2747604112d7af472832b..61d45648459c46de2a21f8c1b2fab7a13502ae13 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
index 26cae8f27073065ea4fee73c74a7d4e1043a1840..3aa1180abe3ff1df8910ef0e2de8bc0bbde5e77f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1