Fixing deps
authorEd Page <eopage@byu.net>
Fri, 12 Aug 2011 01:40:57 +0000 (20:40 -0500)
committerEd Page <eopage@byu.net>
Fri, 12 Aug 2011 01:40:57 +0000 (20:40 -0500)
setup.py

index 3c1fe1c..3fa6d75 100755 (executable)
--- 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": {