diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/developers.rst | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ pyexiv2 0.3.0 "A Good Year" - 2010-12-31 Dependencies: -- Python ≥ 2.5 +- Python ≥ 2.6 - libexiv2 ≥ 0.19 - boost.python ≥ 1.38 @@ -27,7 +27,7 @@ those are optional dependencies. This is a typical list of build dependencies for a Debian/Ubuntu system: - * python-all-dev (≥ 2.5) + * python-all-dev (≥ 2.6) * scons * libexiv2-dev (≥ 0.19) * libboost-python-dev (≥ 1.35) diff --git a/doc/developers.rst b/doc/developers.rst index 15b18f6..9fa4a1e 100644 --- a/doc/developers.rst +++ b/doc/developers.rst @@ -37,7 +37,7 @@ Dependencies You will need the following dependencies installed on your system to build and use pyexiv2: -* `Python <http://python.org/download/>`_ ≥ 2.5 +* `Python <http://python.org/download/>`_ ≥ 2.6 * `boost.python <http://www.boost.org/libs/python/doc/>`_ ≥ 1.35 * `libexiv2 <http://exiv2.org/>`_ ≥ 0.19 * `SCons <http://scons.org/>`_ |