X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=setup.py;h=90c1b0cb5b7c9b97f04d612d4dd9267e1f1b3cb9;hp=743668cef48d124be048d24b4a62b0cab1d789d8;hb=3018a349824a4ba3a287fa8305618767700152c5;hpb=5801ede89c5499c264a3204e034f87f0f92d496b diff --git a/setup.py b/setup.py index 743668c..90c1b0c 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,9 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: fefe5943a0176aa799fab0d963c33832) -CHANGES = """Switching from py2deb.py to sdist_maemo +CHANGES = """* Support for PySide +* XDG Support +* Fixed a race condition """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert" @@ -139,8 +141,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": {