From 74920d3ed1805f24fb9247aa3fbf4f9acb347b18 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Thu, 19 Jul 2012 21:42:27 +0000 Subject: Add abiword python bindings Without this package Write activity won't start. Adding it again, otherwise fedora users won't be able to enjoy this activity out-of-the-box. Signed-off-by: Martin Abente Lahaye --- (limited to 'scripts') diff --git a/scripts/check-system b/scripts/check-system index f4ff56a..f127588 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -255,6 +255,10 @@ checks = \ "checker": "gstreamer", "packages": { "fedora": "gstreamer-plugins-good", "ubuntu": "gstreamer0.10-plugins-good" } }, + { "check": "import abiword", + "checker": "python", + "packages": { "fedora": "pyabiword", + "ubuntu": "python-abiword" } }, # System modules buildtime -- cgit v0.9.1