Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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:01:11 (GMT)
commit15a4b3a51448731bf4ede644cca21daba55d5791 (patch)
treec2fa32124ad3ad9d260251ffd211d6e85e43e842
parent365bbb54657d0b554794d185420c7ad21562bb9b (diff)
Remove dependency on cjson
-rwxr-xr-xscripts/check-system4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/check-system b/scripts/check-system
index e309bc3..e279577 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",