Adding a dependency that I guess isn't part of python standard lib
authorepage <eopage@byu.net>
Fri, 1 May 2009 00:11:16 +0000 (00:11 +0000)
committerepage <eopage@byu.net>
Fri, 1 May 2009 00:11:16 +0000 (00:11 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@277 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/builddeb.py

index 64e0b39..c3caa38 100755 (executable)
@@ -94,7 +94,7 @@ if __name__ == "__main__":
        p.author = __author__
        p.mail = __email__
        p.license = "lgpl"
-       p.depends = "python2.5, python2.5-gtk2"
+       p.depends = "python2.5, python2.5-gtk2, python2.5-xml"
        p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"