X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=setup.py;h=4f56d8c12370c2224db76bb1fe2b3b2029ab56dc;hb=HEAD;hp=40830e768617699856f69bc0454a45ec1f25d045;hpb=f18cc287171ac5512931c0963b3da0d8c202bd09;p=gc-dialer diff --git a/setup.py b/setup.py index 40830e7..4f56d8c 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7) -CHANGES = """Switching from py2deb.py to sdist_maemo +CHANGES = """* Yet again abandoning pyside """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral" @@ -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": {