dev-python/libvirt-python-9999: Update PYTHON_COMPAT

All other dev-python/libvirt-python ebuilds support through
python3.7 to python3.9 except for the live ebuild. This doesn't
make much sense - the live ebuild does support those python
versions too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/18537
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Michal Privoznik
2020-12-06 21:23:44 +01:00
committed by Sergei Trofimovich
parent ad451bce33
commit 5bda53e697

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
MY_P="${P/_rc/-rc}"