summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-26 13:21:59 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-26 13:21:59 +0000
commit999226341f32a3237d4efe6b74cebbb779d3e43e (patch)
treeab3a30d19a4b204ff5852d4c770df852f9255058 /packages
parentcf20be0e809f4452b6098ad028635c4b3c70a089 (diff)
python-dbus: add dependency to dbus-glib (thanks Emdete)
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-dbus_0.82.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/python/python-dbus_0.82.4.bb b/packages/python/python-dbus_0.82.4.bb
index 9f00c64701..c17f1c766b 100644
--- a/packages/python/python-dbus_0.82.4.bb
+++ b/packages/python/python-dbus_0.82.4.bb
@@ -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}"