virt-manager: remove unnecessary bdeps; use pycompile_dirs.

Close #1079
This commit is contained in:
Juan RP 2015-03-10 11:51:45 +01:00
parent 93f06469b7
commit d703e64d34

View file

@ -1,12 +1,14 @@
# Template file for 'virt-manager'
pkgname=virt-manager
version=1.1.0
revision=1
build_style=python-module
revision=2
noarch=yes
hostmakedepends="intltool"
makedepends="vte3-devel libvirt-glib-devel spice-gtk-devel graphite-devel yajl-devel python-gconf"
depends="libosinfo python-gobject2 gnome-icon-theme gnome-ssh-askpass openbsd-netcat yajl python-gconf libvirt-glib-python libvirt-python python-urlgrabber libxml2-python python-ipaddr"
build_style=python-module
hostmakedepends="intltool python-devel glib-devel"
depends="libosinfo python-gobject2 gnome-icon-theme gnome-ssh-askpass
openbsd-netcat yajl python-gconf libvirt-glib-python libvirt-python
python-urlgrabber libxml2-python python-ipaddr"
pycompile_dirs="/usr/share/$pkgname"
short_desc="User interface for managing virtual machines"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"