Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-29 13:17:19 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-29 13:17:19 (GMT)
commitb64baeef5902152a475491ddd68d6c578e3a4f00 (patch)
treeea5c402971e8d75cca74758c5eaa348f5bb2d1bc /scripts
parented6cdf522dd5b346e2aefb2091dcad4235b65bf3 (diff)
Add dep on simplejson
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index a07cd6f..b9525b4 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -159,6 +159,10 @@ checks = \
"checker": "python",
"packages": { "fedora": "gnome-python2-libwnck",
"ubuntu": "python-wnck" } },
+ { "check": "import simplejson",
+ "checker": "python",
+ "packages": { "fedora": "python-simplejson",
+ "ubuntu": "python-simplejson" } },
{ "check": "import hippo",
"checker": "python",
"packages": { "fedora": "hippo-canvas-python",