dev-python/munkres: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:36:57 +0000 (17:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:51 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/munkres/munkres-1.0.12.ebuild
dev-python/munkres/munkres-1.0.8.ebuild

index f4fb12912d8c64d27fcaa96c5e5be326e7a01c04..cf35e2e118ef846eafeed7bb7c371e54ce815571 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b45efa74ca8d29e54abbad841ce072ffb47e3b43..303b83cc4d25bcf37f452efc93fba03fda172a8d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1