From 219440558db9a93457571fc610a4ac0fd269dd3d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 10 Aug 2011 20:57:24 -0500 Subject: [PATCH] Enabling PySide support --- gonvert/util/qt_compat.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gonvert/util/qt_compat.py b/gonvert/util/qt_compat.py index 409c00d..e4081c8 100644 --- a/gonvert/util/qt_compat.py +++ b/gonvert/util/qt_compat.py @@ -3,7 +3,7 @@ from __future__ import with_statement from __future__ import division -_TRY_PYSIDE = False +_TRY_PYSIDE = True try: if not _TRY_PYSIDE: diff --git a/setup.py b/setup.py index 743668c..d0979a9 100755 --- 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": { -- 1.7.9.5