dev-python/PyQtWebEngine: Port to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-09 20:05:59 +02:00
parent f01d3268c6
commit 1665d04d94

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( python2_7 python3_{6..9} )
inherit python-r1 qmake-utils
DESCRIPTION="Python bindings for QtWebEngine"