libffado: trim python deps, don't bother with rebuild.

This commit is contained in:
Alessio Sergi 2016-10-26 09:32:24 +02:00
parent b49238a618
commit 168fa80f5e

View file

@ -1,4 +1,4 @@
# Template file for 'ffado'
# Template file for 'libffado'
pkgname=libffado
version=2.3.0
revision=1
@ -18,7 +18,7 @@ checksum=18e3c7e610b7cee58b837c921ebb985e324cb2171f8d130f79de02a3fc435f88
subpackages="libffado-devel"
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" python-PyQt4-devel python-PyQt4-dbus python-dbus-devel"
makedepends+=" python-PyQt4-dbus"
subpackages+=" libffado-python"
fi
case "$XBPS_TARGET_MACHINE" in
@ -40,7 +40,7 @@ post_install() {
}
libffado-python_package() {
depends="python-dbus python-PyQt4-dbus"
depends="python-PyQt4-dbus"
short_desc+=" - python bindings"
pycompile_module="ffado"
pycompile_dirs="usr/share/libffado/python"