From 116654052f8f3931df571d70be11d72f861c6212 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 11 Aug 2011 20:40:57 -0500 Subject: [PATCH] Fixing deps --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": { -- 1.7.9.5