summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:20:12 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:25:11 -0600
commit751d8207c3e51fe9eacc25c8ed73899a8702b0c2 (patch)
treea1f129f9585477e9783de0b2768e205c5288c056 /dev-python/msgpack/msgpack-0.5.1.ebuild
parentdev-python/pyinotify: add py37 support (diff)
downloadgentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.tar.gz
gentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.tar.bz2
gentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.zip
dev-python/msgpack: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/msgpack/msgpack-0.5.1.ebuild')
-rw-r--r--dev-python/msgpack/msgpack-0.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/msgpack/msgpack-0.5.1.ebuild b/dev-python/msgpack/msgpack-0.5.1.ebuild
index 73c9c38efe44..fc0b57fa9b50 100644
--- a/dev-python/msgpack/msgpack-0.5.1.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1