[orca] Bump the minimum Python dependency to 3.3 (and A11y libraries to 2.6/stable)
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Bump the minimum Python dependency to 3.3 (and A11y libraries to 2.6/stable)
- Date: Tue, 30 Oct 2012 20:52:00 +0000 (UTC)
commit 20748fa1b044f4e665b682d2e6b3dd70552ce68c
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Oct 30 16:12:44 2012 -0400
Bump the minimum Python dependency to 3.3 (and A11y libraries to 2.6/stable)
README | 2 +-
configure.ac | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 3408e57..82715e8 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ infrastructure and application bug fixes that help Orca work better.
Orca also has the following dependencies:
-* Python - Python platform (minimum version 3.2.3)
+* Python - Python platform (minimum version 3.3)
* pygobject-3.0 - Python bindings for the GObject library
* gtk+-3.0 - Gtk+ toolkit
* json-py - a JSON (http://json.org) reader and writer in Python
diff --git a/configure.ac b/configure.ac
index d4811ac..d93327b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,9 +6,9 @@ m4_define([orca_version],
m4_define(gtk_required_version, 3.5.16)
m4_define(pygobject_required_version, 3.2.2)
-m4_define(atspi_required_version, 2.5.91)
-m4_define(atkbridge_required_version, 2.5.91)
-m4_define(atk_required_version, 2.5.91)
+m4_define(atspi_required_version, 2.6)
+m4_define(atkbridge_required_version, 2.6)
+m4_define(atk_required_version, 2.6)
AC_INIT([orca],
[orca_version],
@@ -45,7 +45,7 @@ AC_PROG_INSTALL
dnl Check for python and python modules needed by Orca
dnl TODO: check for incompatibilities between Orca and liblouis
dnl per http://live.gnome.org/Orca/Braille
-AM_PATH_PYTHON(3.2.3)
+AM_PATH_PYTHON(3.3)
# Don't require the DISPLAY to be set - the gtk checking will fail
# if DISPLAY is not set, and we don't like that.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]