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

index 8d6d723..f397d6c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -138,7 +138,8 @@ setup(
                        "copyright": "gpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-simplejson",
+                       "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-simplejson",
+                       #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-simplejson",
                        "architecture": "any",
                },
                "sdist_harmattan": {