From: Michal Privoznik Date: Mon, 9 Dec 2019 12:10:08 +0000 (+0100) Subject: dev-python/libvirt-python-9999: Drop support for python2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=93bb735cf691a7a021004bbf63148b46f750239e;p=gentoo.git dev-python/libvirt-python-9999: Drop support for python2 Upstream has dropped support for python 2 in b22e4f2. Signed-off-by: Michal Privoznik Signed-off-by: Doug Goldstein --- diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index cc56b946099c..607c6f77b7f4 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}"