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-07-02 12:49:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-02 12:49:50 (GMT)
commit41e73d32f37979ef2126b7e55c8e570f90c1bb8e (patch)
treeffd7f026ce096df92d0c2143466dfe6dac33fc74 /scripts
parent5174d26710a52afceaf40792fba2e9c6718996a6 (diff)
Remove the pyabiword dependency for now
It's broken in ubuntu
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 cdfdeaf..3b2c099 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -247,10 +247,6 @@ checks = \
"checker": "python",
"packages": { "fedora": "webkitgtk3",
"ubuntu": "gir1.2-webkit-3.0" } },
- { "check": "import abiword",
- "checker": "python",
- "packages": { "fedora": "pyabiword",
- "ubuntu": "python-abiword" } },
{ "check": "import pygst",
"checker": "python",
"packages": { "fedora": "gstreamer-python",