With upstream commit of
bd891eb380cdf771f0296a39193614a10749088b
virt-manager is strictly python3 only. Update the ebuild to
follow this change.
Closes: https://bugs.gentoo.org/650790
Closes: https://bugs.gentoo.org/647376
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{4,5,6} )
DISTUTILS_SINGLE_IMPL=1
inherit gnome2 distutils-r1
local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
distutils-r1_src_install
-
- python_fix_shebang \
- "${ED}"/usr/share/virt-manager/virt-{clone,convert,install,manager}
}
pkg_preinst() {