dev-python/denonavr: add Python 3.9 support

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2020-09-04 23:58:00 +02:00
parent e9259c8664
commit d88e09a510

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1