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-08-15 19:01:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-15 19:48:28 (GMT)
commita4ccb8b6cbefc3333e160d1a48c1df2e84929e2a (patch)
treec076dd42477037396f45ff0c38c5d93826aeced4 /scripts
parentef45b52ddeb4dd22ac0864db8fb7c40d7a0e9733 (diff)
Remove dependency on cjson
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/check-system b/scripts/check-system
index e7df307..99642d2 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -188,10 +188,6 @@ checks = \
"checker": "python",
"packages": { "fedora": "python-telepathy",
"ubuntu": "python-telepathy" } },
- { "check": "import cjson",
- "checker": "python",
- "packages": { "fedora": "python-cjson",
- "ubuntu": "python-cjson" } },
{ "check": "import xapian",
"checker": "python",
"packages": { "fedora": "xapian-bindings-python",