From: Ed Page Date: Sat, 13 Aug 2011 00:07:37 +0000 (-0500) Subject: Fixing deps X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=bc6c3c3efe44227f7fa259473cd374ef2d00618a;ds=inline Fixing deps --- diff --git a/setup.py b/setup.py index 81047d2..31d3d65 100755 --- a/setup.py +++ b/setup.py @@ -100,7 +100,6 @@ setup( requires=[ "PySide", "pyxdg", - "simplejson", ], cmdclass={ 'sdist_ubuntu': sdist_maemo, @@ -115,7 +114,7 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg, python-simplejson", + "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg", "architecture": "any", }, "sdist_diablo": {