From c4199dff9dbd72b22ef25908026bb7841b7e8539 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 6 May 2016 11:56:07 +0200 Subject: [PATCH] libvirt-python: unbreak CROSS --- srcpkgs/libvirt-python/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libvirt-python/template b/srcpkgs/libvirt-python/template index 959ed1b2b60..174ba64f865 100644 --- a/srcpkgs/libvirt-python/template +++ b/srcpkgs/libvirt-python/template @@ -1,11 +1,11 @@ # Template file for 'libvirt-python' pkgname=libvirt-python version=1.3.4 -revision=1 +revision=2 build_style=python-module -hostmakedepends="python pkg-config" +hostmakedepends="python pkg-config libvirt-devel" makedepends="libvirt-devel python-devel" -pycompile_module="libvirt libvirt_lxc libvirt_qemu" +pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py" depends="libvirt" short_desc="The libvirt virtualization API python binding" maintainer="Andrea Brancaleoni "