dev-python/pyopengl: Remove py2.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-25 22:19:21 +02:00
parent e0b6c15bfc
commit cd47cd09cc

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_REQ_USE="tk?"
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1