From: epage Date: Fri, 1 May 2009 00:11:16 +0000 (+0000) Subject: Adding a dependency that I guess isn't part of python standard lib X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=03a07f87a4f4abcfc0099967556421e979f183ae;hp=0fa550ea4bef7d41c611932071f755a95134661b Adding a dependency that I guess isn't part of python standard lib git-svn-id: file:///svnroot/gc-dialer/trunk@277 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/support/builddeb.py b/support/builddeb.py index 64e0b39..c3caa38 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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"