From 65727584e0cbb5443b69d4f221c8e4d244f58299 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 May 2015 03:22:13 +0200 Subject: [PATCH] python-dbus: require libglib-devel on the target (#1474). glib-devel requires perl and it's not being built for the target, hence require libglib-devel that is only required to link against the glib libraries. --- srcpkgs/python-dbus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template index feb554bb03b..e761411e177 100644 --- a/srcpkgs/python-dbus/template +++ b/srcpkgs/python-dbus/template @@ -1,12 +1,12 @@ # Template file for 'python-dbus' pkgname=python-dbus version=1.2.0 -revision=5 +revision=6 lib32disabled=yes wrksrc="dbus-python-${version}" build_style=gnu-configure hostmakedepends="pkg-config python-devel python3.4-devel" -makedepends="glib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}" +makedepends="libglib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}" depends="python dbus" pycompile_module="dbus" short_desc="D-Bus Python2 bindings"