summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2019-03-11 17:16:45 +0000
committerWei Liu <wei.liu2@citrix.com>2019-03-12 14:24:52 +0000
commit72288c156662e764cc47605f51842b4d0fcc3582 (patch)
tree46096aca5f9b880b1c9fd30db90a13a25ad89251 /README
parent919ddc3c0e566dd7a08634a074f43de998acd048 (diff)
Update Python requirement to 2.6
CentOS 5, which was the reason for the 2.4 restriction, is EOL. CentOS 6 ships 2.6. Bump the version to 2.6 in README. Update configure. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6346825bc0..d00715c2fd 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ provided by your OS distributor:
- GCC 4.8 or later
- GNU Binutils 2.24 or later
* Development install of zlib (e.g., zlib-dev)
- * Development install of Python 2, v2.4 or later (e.g., python-dev)
+ * Development install of Python 2, v2.6 or later (e.g., python-dev)
* Development install of curses (e.g., libncurses-dev)
* Development install of openssl (e.g., openssl-dev)
* Development install of x11 (e.g. xorg-x11-dev)
@@ -177,7 +177,7 @@ Python Runtime Libraries
Various tools, such as pygrub, have the following runtime dependencies:
- * Python 2, v2.4 or later.
+ * Python 2, v2.6 or later.
URL: http://www.python.org/
Debian: python