summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:35:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:20 +0100
commit967f028cade437908c9f3fddb52d62611b25d40a (patch)
tree93e42f4aada3002b023da8e107cc8c492a03cb95 /dev-python/WSME
parentapp-emulation/glean: Remove Python 2 support (diff)
downloadgentoo-967f028cade437908c9f3fddb52d62611b25d40a.tar.gz
gentoo-967f028cade437908c9f3fddb52d62611b25d40a.tar.bz2
gentoo-967f028cade437908c9f3fddb52d62611b25d40a.zip
dev-python/WSME: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/WSME')
-rw-r--r--dev-python/WSME/WSME-0.9.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/WSME/WSME-0.9.3.ebuild b/dev-python/WSME/WSME-0.9.3.ebuild
index 59dfd55dd4b6..02a646dc225e 100644
--- a/dev-python/WSME/WSME-0.9.3.ebuild
+++ b/dev-python/WSME/WSME-0.9.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1