Fixing soem deps
authorEd Page <eopage@byu.net>
Tue, 22 Feb 2011 23:53:47 +0000 (17:53 -0600)
committerEd Page <eopage@byu.net>
Tue, 22 Feb 2011 23:53:47 +0000 (17:53 -0600)
support/builddeb.py

index a6a8757..35d4394 100755 (executable)
@@ -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 += {