Fixing Fremantle deps to actually use PyQt4 seeing as PySide support is disabled
authorEd Page <eopage@byu.net>
Wed, 10 Aug 2011 02:30:01 +0000 (21:30 -0500)
committerEd Page <eopage@byu.net>
Wed, 10 Aug 2011 02:30:01 +0000 (21:30 -0500)
setup.py

index 7fccfc9..434a207 100755 (executable)
--- 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": {