summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 11:39:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 11:39:32 +0000
commitfc24dbaa43e1aea47945cc608640022fd8f94093 (patch)
tree4521e6232d09c6dd49da1d14f8ab3b02cc86263f
parentebd44a420264da0031b715f7f08a0b347a81dd30 (diff)
downloaddbus-python-fc24dbaa43e1aea47945cc608640022fd8f94093.tar.gz
Require Python 2.6, to make porting to Python 3 easier
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5276df7..2baf256 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Dependencies:
* libdbus 1.4 or later is now required.
-* Python 2.5 or later is now required.
+* Python 2.6 or later is now required.
D-Bus Python Bindings 0.84.0 (2011-05-25)
=========================================
diff --git a/configure.ac b/configure.ac
index 55a3297..96eb234 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ m4_define([_LT_AC_TAGCONFIG],[])
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
-AM_PATH_PYTHON([2.5])
+AM_PATH_PYTHON([2.6])
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])