Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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",