From bc6c3c3efe44227f7fa259473cd374ef2d00618a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 12 Aug 2011 19:07:37 -0500 Subject: [PATCH] Fixing deps --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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": { -- 1.7.9.5