summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:00:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:00:17 +0100
commit7d75b0cccadf9326dea8a1e5efca957f63c54bcd (patch)
tree5fe7e888fc569750bf5f8a79d7cbf70f51c56c85 /dev-python/simplebayes
parentdev-python/shutilwhich: Remove py2 (diff)
downloadgentoo-7d75b0cccadf9326dea8a1e5efca957f63c54bcd.tar.gz
gentoo-7d75b0cccadf9326dea8a1e5efca957f63c54bcd.tar.bz2
gentoo-7d75b0cccadf9326dea8a1e5efca957f63c54bcd.zip
dev-python/simplebayes: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simplebayes')
-rw-r--r--dev-python/simplebayes/simplebayes-1.5.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
index 0e213daf1600..d9cebdbdb328 100644
--- a/dev-python/simplebayes/simplebayes-1.5.7.ebuild
+++ b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
@@ -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