diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-04-10 19:59:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-04-10 19:59:01 +0000 |
commit | 85c441332af87ac81600d76d02efdafba82f2d9f (patch) | |
tree | 189e740ccd954ef7e2ea5b5af849bc6d5c70ef56 /packages/python/python-dbus_0.82.4.bb | |
parent | 901686579ba3b5f564682e11924ca0427a650f77 (diff) | |
parent | 461165e5d50794c1f1e96e674524eaae05abc301 (diff) |
merge of '486564afb93dc07dd531c82b2f7735424a813a69'
and '894eccb0f6fd46f8c72a9457612feba217d953b6'
Diffstat (limited to 'packages/python/python-dbus_0.82.4.bb')
-rw-r--r-- | packages/python/python-dbus_0.82.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-dbus_0.82.4.bb b/packages/python/python-dbus_0.82.4.bb index 08cdbf7f44..6940adf223 100644 --- a/packages/python/python-dbus_0.82.4.bb +++ b/packages/python/python-dbus_0.82.4.bb @@ -3,8 +3,8 @@ SECTION = "devel/python" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "MIT" DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" -RDEPENDS = "python-threading python-io python-stringold python-logging" -PR = "ml3" +RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" +PR = "ml4" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" S = "${WORKDIR}/dbus-python-${PV}" |