From: Ed Page Date: Tue, 22 Feb 2011 23:53:47 +0000 (-0600) Subject: Fixing soem deps X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=0414baac3dd18abb338e4a79b89dc6de9a645b56;p=gc-dialer Fixing soem deps --- diff --git a/support/builddeb.py b/support/builddeb.py index a6a8757..35d4394 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -83,6 +83,8 @@ def build_package(distribution): p.license = "lgpl" p.depends = ", ".join([ "python2.6 | python2.5", + "python-xml | python2.5-xml", + "python-dbus | python2.5-dbus", "python-simplejson", ]) p.depends += {