From 244c5aedb72df07c60bb279b1f3b76f5256e993f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 22 Mar 2011 21:52:25 -0500 Subject: [PATCH] Switching deps to PySide --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/builddeb.py b/support/builddeb.py index 7c2ce38..8500d2f 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -88,7 +88,7 @@ def build_package(distribution): p.depends += { "debian": ", python-qt4", "diablo": ", python2.5-qt4-core, python2.5-qt4-gui", - "fremantle": ", python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5", + "fremantle": ", python-pyside.qtgui, python-pyside.qtcore, python-pyside.qtmaemo5, python-qtmobility.contacts", }[distribution] p.recommends = ", ".join([ ]) -- 1.7.9.5