summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-19 18:35:39 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-19 18:48:54 +0100
commit409a4eb54f9e7fd1e966deacef627a433c535ecb (patch)
treeb19bd785e1b1470ee793f22967c2213aa7bd0644 /dev-python/msgpack/msgpack-0.6.2.ebuild
parentdev-python/html5-parser: Remove py2 (diff)
downloadgentoo-409a4eb54f9e7fd1e966deacef627a433c535ecb.tar.gz
gentoo-409a4eb54f9e7fd1e966deacef627a433c535ecb.tar.bz2
gentoo-409a4eb54f9e7fd1e966deacef627a433c535ecb.zip
dev-python/msgpack: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/msgpack/msgpack-0.6.2.ebuild')
-rw-r--r--dev-python/msgpack/msgpack-0.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-0.6.2.ebuild b/dev-python/msgpack/msgpack-0.6.2.ebuild
index b441a3f24b1f..1f23c3ade2f4 100644
--- a/dev-python/msgpack/msgpack-0.6.2.ebuild
+++ b/dev-python/msgpack/msgpack-0.6.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1