From 03a07f87a4f4abcfc0099967556421e979f183ae Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 1 May 2009 00:11:16 +0000 Subject: [PATCH 1/1] 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 --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.9.5