]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-dbus: Fix build dependencies (dbus-devel).
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2011 23:26:16 +0000 (00:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2011 23:26:16 +0000 (00:26 +0100)
pkgs/core/python-dbus/python-dbus.nm

index f777ce9e709d671f227f59ea1d2cd330737b3917..e798d3f13ba00fad529eb54caaabdbfc90edcdac 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.freedesktop.org/software/dbus/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Dbus Python Bindings.
 
-PKG_BUILD_DEPS+= dbus-glib-devel pkg-config python-devel
+PKG_BUILD_DEPS+= dbus-devel dbus-glib-devel pkg-config python-devel
 
 define PKG_DESCRIPTION
        D-Bus python bindings for use with python programs.