summaryrefslogtreecommitdiff
path: root/packages/python/python-dbus_0.82.4.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-02-28 11:18:34 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-02-28 11:18:34 +0000
commitf5b0cc9973d24a6e6bb9981a5ba16cf57095d1d3 (patch)
tree76334941e8a143411bf13951187cf2c8c0688c7d /packages/python/python-dbus_0.82.4.bb
parent0108e4109915cb8bb54212fc1a2985b81af4f7d5 (diff)
parenta6aca0c99ea61a1cee31657bef1017d824e24c82 (diff)
merge of '17c778274717898b377338f8552576cb4fd350eb'
and '662ae9dafb4c25857c0afa36b3303e10fdd8cea6'
Diffstat (limited to 'packages/python/python-dbus_0.82.4.bb')
-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}"