[Sugar-devel] [PATCH] Add abiword python bindings
martin.abente.lahaye at gmail.com
martin.abente.lahaye at gmail.com
Thu Jul 19 17:42:27 EDT 2012
From: Martin Abente Lahaye <tch at sugarlabs.org>
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 <tch at sugarlabs.org>
---
scripts/check-system | 4 ++++
1 file changed, 4 insertions(+)
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
--
1.7.10.4
More information about the Sugar-devel
mailing list