Enabling PySide support
authorEd Page <eopage@byu.net>
Thu, 11 Aug 2011 01:57:24 +0000 (20:57 -0500)
committerEd Page <eopage@byu.net>
Thu, 11 Aug 2011 01:57:40 +0000 (20:57 -0500)
gonvert/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 743668c..d0979a9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -139,8 +139,8 @@ setup(
                        "copyright": "gpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg, python-simplejson",
-                       #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson",
+                       #"depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg, python-simplejson",
+                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson",
                        "architecture": "any",
                },
                "sdist_harmattan": {