dev-python/libvirt-python-9999: Drop support for python2

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>
This commit is contained in:
Michal Privoznik
2019-12-09 13:10:08 +01:00
committed by Doug Goldstein
parent 626af0525b
commit 93bb735cf6

View 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}"