X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=setup.py;h=d0979a92934000b0752788bd59f94a584c8cdd8e;hp=8d6d72310e193f8bcb31968397236bcd2e08d5d0;hb=ce0c4b63966441e2f5efc601637af4d08386317c;hpb=24603436557005dfdd71a6a1612a84b0f1ea9c57;ds=sidebyside diff --git a/setup.py b/setup.py index 8d6d723..d0979a9 100755 --- a/setup.py +++ b/setup.py @@ -97,6 +97,7 @@ setup( ], requires=[ "PySide", + "pyxdg", "simplejson", ], cmdclass={ @@ -112,7 +113,7 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-simplejson", + "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg, python-simplejson", "architecture": "any", }, "sdist_diablo": { @@ -125,7 +126,7 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-simplejson", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-xdg, python-simplejson", "architecture": "any", }, "sdist_fremantle": { @@ -138,7 +139,8 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, 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": { @@ -153,7 +155,7 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-simplejson", + "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg, python-simplejson", "architecture": "any", }, "bdist_rpm": {