From: Michael Tremer Date: Tue, 22 Feb 2011 23:26:16 +0000 (+0100) Subject: python-dbus: Fix build dependencies (dbus-devel). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a102ca9c6c7955aa6154d5769afa62db68d8f52;p=ipfire-3.x.git python-dbus: Fix build dependencies (dbus-devel). --- diff --git a/pkgs/core/python-dbus/python-dbus.nm b/pkgs/core/python-dbus/python-dbus.nm index f777ce9e7..e798d3f13 100644 --- a/pkgs/core/python-dbus/python-dbus.nm +++ b/pkgs/core/python-dbus/python-dbus.nm @@ -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.