From 91efeb38428aa3e48b04060a406fe7cfb81854b0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 15 Aug 2011 17:20:33 -0500 Subject: [PATCH] Switching back to PyQt --- dialcentral/util/qt_compat.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dialcentral/util/qt_compat.py b/dialcentral/util/qt_compat.py index e4081c8..409c00d 100644 --- a/dialcentral/util/qt_compat.py +++ b/dialcentral/util/qt_compat.py @@ -3,7 +3,7 @@ from __future__ import with_statement from __future__ import division -_TRY_PYSIDE = True +_TRY_PYSIDE = False try: if not _TRY_PYSIDE: diff --git a/setup.py b/setup.py index a5d8778..51a4474 100755 --- a/setup.py +++ b/setup.py @@ -140,7 +140,8 @@ setup( "copyright": "lgpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson, python-gst0.10, python-xml | python2.5-xml, python-dbus | python2.5-dbus", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg, python-simplejson, python-xml | python2.5-xml, python-dbus | python2.5-dbus", + #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson, python-gst0.10, python-xml | python2.5-xml, python-dbus | python2.5-dbus", "architecture": "any", }, "sdist_harmattan": { -- 1.7.9.5