From: Ed Page Date: Fri, 12 Aug 2011 01:40:57 +0000 (-0500) Subject: Fixing deps X-Git-Url: http://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=116654052f8f3931df571d70be11d72f861c6212 Fixing deps --- diff --git a/setup.py b/setup.py index 3c1fe1c..3fa6d75 100755 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ setup( "copyright": "lgpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-xdg", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-xdg, python-simplejson", "architecture": "any", }, "sdist_fremantle": { @@ -141,7 +141,7 @@ setup( "changelog": CHANGES, "buildversion": str(BUILD), #"depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg", - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg", + "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson", "architecture": "any", }, "sdist_harmattan": {