dev-python/simplebayes: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:00:17 +0000 (07:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:00:17 +0000 (07:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/simplebayes/simplebayes-1.5.7.ebuild

index 0e213daf1600dc3bc577f9654088d830e1a5bdc4..d9cebdbdb3282cb56c118b485da6ffafda309f8c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1