Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-buildtime.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 14:11:52 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 14:11:52 (GMT)
commit5f79844e11d6a355b4b6cb3a0bcff6866fedbdc7 (patch)
tree954d10b81e8481377a974aa06105522fa3332306 /scripts/deps/sugar-buildtime.json
parentc07546d51c66181f1398d00d3e82d5e97585a4eb (diff)
Check for python, Ubuntu doesn't have python2
Diffstat (limited to 'scripts/deps/sugar-buildtime.json')
-rw-r--r--scripts/deps/sugar-buildtime.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps/sugar-buildtime.json b/scripts/deps/sugar-buildtime.json
index 996def3..19ff066 100644
--- a/scripts/deps/sugar-buildtime.json
+++ b/scripts/deps/sugar-buildtime.json
@@ -14,7 +14,7 @@
"checker": "binary" },
{ "check": "gnome-doc-common",
"checker": "binary" },
- { "check": "python2",
+ { "check": "python",
"checker": "pkgconfig" },
{ "check": "glib-2.0",
"checker": "pkgconfig" },