Enabling PySide support
authorEd Page <eopage@byu.net>
Thu, 11 Aug 2011 02:30:48 +0000 (21:30 -0500)
committerEd Page <eopage@byu.net>
Thu, 11 Aug 2011 02:30:48 +0000 (21:30 -0500)
ejpi/util/qt_compat.py
setup.py

index 409c00d..e4081c8 100644 (file)
@@ -3,7 +3,7 @@
 from __future__ import with_statement
 from __future__ import division
 
-_TRY_PYSIDE = False
+_TRY_PYSIDE = True
 
 try:
        if not _TRY_PYSIDE:
index aaa1fcb..9a8a21b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -139,8 +139,8 @@ setup(
                        "copyright": "lgpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg",
-                       #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg",
+                       #"depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg",
+                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg",
                        "architecture": "any",
                },
                "sdist_harmattan": {