X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=setup.py;h=c8503fbdeea968155cba54f991f010d23f5c25c3;hb=61fdb5d03a38cfb132ba52fd37a10661ee1fa518;hp=287f5cf6faa8bb8cea568e3729b29c98445a3b62;hpb=004823eb6cf0b57c560fd9d820cd04ff4f66a087;p=gc-dialer diff --git a/setup.py b/setup.py index 287f5cf..c8503fb 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7) -CHANGES = """* PySide seems to handle signal connections differently, fixing my slots +CHANGES = """* Fixing broadcast messages from the Message tab +* Making it more consistent on what numbers are shown """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral" @@ -140,7 +141,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": {