[Piglit] [PATCH v2 5/7] Bumps python required version to 2.7

Dylan Baker baker.dylan.c at gmail.com
Tue Mar 5 16:47:56 PST 2013


This change is in preparation for the next patch that replaces getopt
with argparse. Argparse is only available in python 2.7+ and 3.2+.

One concern with this change is the availability of Python 2.7 on
non-Linux platforms, however:
- OSX 10.8 ships with python 2.7.2
- OSX 10.7.4 ships with python 2.7.1
- 2.7.3 is available for windows

V2: - Splits this change from the next patch (Replaces getopt with
      argparse)

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 68108c9..69f9e9b 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ The original tests have been taken from
 
 First of all, you need to make sure that the following are installed:
 
-  - Python 2.6 or greater
+  - Python 2.7 or greater
   - numpy (http://www.numpy.org)
   - cmake (http://www.cmake.org)
   - GL, glu and glut libraries and development packages (i.e. headers)
-- 
1.8.1.4



More information about the Piglit mailing list