summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:56:00 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:48 -0600
commit54eef63f77d27d5cdc0264a936f29e49dd331251 (patch)
treee79094d3bebfc80c77cf74766998f4262a87f9ec /dev-python/pyopengl
parentdev-python/pyglet: add py37 support (diff)
downloadgentoo-54eef63f77d27d5cdc0264a936f29e49dd331251.tar.gz
gentoo-54eef63f77d27d5cdc0264a936f29e49dd331251.tar.bz2
gentoo-54eef63f77d27d5cdc0264a936f29e49dd331251.zip
dev-python/pyopengl: 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/pyopengl')
-rw-r--r--dev-python/pyopengl/pyopengl-3.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyopengl/pyopengl-3.1.0.ebuild b/dev-python/pyopengl/pyopengl-3.1.0.ebuild
index 578784737d6a..463471c5d150 100644
--- a/dev-python/pyopengl/pyopengl-3.1.0.ebuild
+++ b/dev-python/pyopengl/pyopengl-3.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_REQ_USE="tk?"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1