From b8d144d25110d7c54b333c21552213e9605e11e9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 10 Aug 2011 21:30:48 -0500 Subject: [PATCH] Enabling PySide support --- ejpi/util/qt_compat.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ejpi/util/qt_compat.py b/ejpi/util/qt_compat.py index 409c00d..e4081c8 100644 --- a/ejpi/util/qt_compat.py +++ b/ejpi/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 aaa1fcb..9a8a21b 100755 --- 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": { -- 1.7.9.5