dev-python/pyopengl-3.1.5: restore py36

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2020-04-25 19:10:22 -07:00
parent ff97d75b1c
commit 144fb76a62

View File

@@ -4,7 +4,7 @@
EAPI=7
PYTHON_REQ_USE="tk?"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 virtualx
@@ -49,5 +49,5 @@ BDEPEND="
S="${WORKDIR}/${MY_P}"
python_test() {
run_in_build_dir virtx pytest -v "${S}"/tests
run_in_build_dir virtx pytest -vv "${S}"/tests
}