summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2020-12-06 21:23:44 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-07 08:53:20 +0000
commit5bda53e697ae8a5cca87bcfaf3389e374a917c0f (patch)
treed6f7df3582a1b5093cc3e372dabffc0c5c43c88b /dev-python/libvirt-python/libvirt-python-9999.ebuild
parentapp-emulation/libvirt-6.8.0: Properly handle libpcap if it's explicitly disabled (diff)
downloadgentoo-5bda53e697ae8a5cca87bcfaf3389e374a917c0f.tar.gz
gentoo-5bda53e697ae8a5cca87bcfaf3389e374a917c0f.tar.bz2
gentoo-5bda53e697ae8a5cca87bcfaf3389e374a917c0f.zip
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>
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild')
-rw-r--r--dev-python/libvirt-python/libvirt-python-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
index 9fd68025b030..a8d6ae5dc1b6 100644
--- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
MY_P="${P/_rc/-rc}"