commit: 93bb735cf691a7a021004bbf63148b46f750239e
Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Mon Dec 9 12:10:08 2019 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 13:10:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bb735c
dev-python/libvirt-python-9999: Drop support for python2
Upstream has dropped support for python 2 in b22e4f2.
Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild
b/dev-python/libvirt-python/libvirt-python-9999.ebuild
index cc56b946099..607c6f77b7f 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=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
MY_P="${P/_rc/-rc}"