dev-python/libvirt-python-9999: Drop support for python2
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 9 Dec 2019 12:10:08 +0000 (13:10 +0100)
committerDoug Goldstein <cardoe@gentoo.org>
Tue, 14 Jan 2020 13:10:41 +0000 (07:10 -0600)
Upstream has dropped support for python 2 in b22e4f2.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
dev-python/libvirt-python/libvirt-python-9999.ebuild

index cc56b946099c6519998eea527ba229215afd302d..607c6f77b7f4cc43d567ca98204ce3528a8e2017 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 MY_P="${P/_rc/-rc}"