From: Ed Page Date: Wed, 10 Aug 2011 02:30:01 +0000 (-0500) Subject: Fixing Fremantle deps to actually use PyQt4 seeing as PySide support is disabled X-Git-Url: http://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=2a6546c41e429636a3e2fc04d05aeadeb8be9577 Fixing Fremantle deps to actually use PyQt4 seeing as PySide support is disabled --- diff --git a/setup.py b/setup.py index 7fccfc9..434a207 100755 --- a/setup.py +++ b/setup.py @@ -138,7 +138,8 @@ setup( "copyright": "lgpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5", + #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5", "architecture": "any", }, "sdist_harmattan": {