Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 13:48:25 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 13:48:25 (GMT)
commit939b2b6488ccb1fe36f73c102e2f76b4c57fc739 (patch)
treea927af4c23908496425fbd1d5e2acba4a94d0b1e /config
parent9e9ef41f46a61539929dce1455fcfaf1a8ecc89a (diff)
Remove unused pyabiword dep
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-runtime-3.4.json3
-rw-r--r--config/deps/sugar-runtime-3.6.json3
-rw-r--r--config/packages/deps-3.4.json3
-rw-r--r--config/packages/deps-3.6.json3
4 files changed, 0 insertions, 12 deletions
diff --git a/config/deps/sugar-runtime-3.4.json b/config/deps/sugar-runtime-3.4.json
index 3a391d0..53349a4 100644
--- a/config/deps/sugar-runtime-3.4.json
+++ b/config/deps/sugar-runtime-3.4.json
@@ -79,9 +79,6 @@
"checker": "python" },
{ "check": "video4linux2",
"checker": "gstreamer-0.10" },
- { "check_name": "abiword python",
- "check": "import abiword",
- "checker": "python" },
{ "check_name": "cairo typelib",
"check": "from gi.repository import cairo",
"checker": "python" }
diff --git a/config/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index f8aa647..05bf072 100644
--- a/config/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
@@ -88,9 +88,6 @@
{ "check_name": "autodetect gstreamer",
"check": "autodetect",
"checker": "gstreamer-1.0" },
- { "check_name": "abiword python",
- "check": "import abiword",
- "checker": "python" },
{ "check_name": "cairo typelib",
"check": "from gi.repository import cairo",
"checker": "python" }
diff --git a/config/packages/deps-3.4.json b/config/packages/deps-3.4.json
index 02f9c1b..d73c98a 100644
--- a/config/packages/deps-3.4.json
+++ b/config/packages/deps-3.4.json
@@ -166,9 +166,6 @@
"video4linux2":
{ "fedora": "gstreamer-plugins-good",
"ubuntu": "gstreamer0.10-plugins-good" },
- "abiword python":
- { "fedora": "pyabiword",
- "ubuntu": null },
"c++":
{ "fedora": "gcc-c++",
"ubuntu": "g++" },
diff --git a/config/packages/deps-3.6.json b/config/packages/deps-3.6.json
index 5043695..1d3386f 100644
--- a/config/packages/deps-3.6.json
+++ b/config/packages/deps-3.6.json
@@ -167,9 +167,6 @@
"video4linux2":
{ "fedora": "gstreamer-plugins-good",
"ubuntu": "gstreamer0.10-plugins-good" },
- "abiword python":
- { "fedora": "pyabiword",
- "ubuntu": null },
"c++":
{ "fedora": "gcc-c++",
"ubuntu": "g++" },