python-dbus: add dependency to dbus-glib (thanks Emdete)
authorMichael Lauer <mickey@vanille-media.de>
Tue, 26 Feb 2008 13:21:59 +0000 (13:21 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 26 Feb 2008 13:21:59 +0000 (13:21 +0000)
packages/python/python-dbus_0.82.4.bb

index 9f00c64..c17f1c7 100644 (file)
@@ -2,9 +2,9 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
 SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
-DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
-RDEPENDS = "dbus python-threading python-io python-stringold python-logging"
-PR = "ml0"
+DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
+RDEPENDS = "python-threading python-io python-stringold python-logging"
+PR = "ml1"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
 S = "${WORKDIR}/dbus-python-${PV}"