diff --git a/srcpkgs/virtinst/template b/srcpkgs/virtinst/template index 646cde8ad39..072351d8e59 100644 --- a/srcpkgs/virtinst/template +++ b/srcpkgs/virtinst/template @@ -1,12 +1,12 @@ # Template file for 'virtinst' pkgname=virtinst version=0.600.3 -revision=1 +revision=2 noarch=yes build_style=python-module -makedepends="python libvirt-python urlgrabber" +hostmakedepends="python" +makedepends="python-devel libvirt-python urlgrabber" depends="${makedepends}" -noarch="yes" pycompile_module="virtinst virtconv" short_desc="Virtual Machine Installation module" maintainer="Juan RP " @@ -14,9 +14,3 @@ homepage="http://virt-manager.et.redhat.com" license="GPL-2" distfiles="http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$version.tar.gz" checksum=e41efad3e3c798129af0cec92c1abd6c7e209b5dd4d311acdef0fc1a2daf5006 -long_desc=" - virtinst is a module to help in starting installations of Fedora/Red - Hat Enterprise Linux related distributions inside of virtual - machines. It supports both paravirt guests (for which only FC and - RHEL guests are currently supported) as well as fully virtualized - guests. It uses libvirt (http://www.libvirt.org) for starting things."