Make minimum Python version 2.6 to enable Python3 in future

This commit is contained in:
Shahram Najm 2016-06-01 16:40:20 +01:00
parent 922e65f3b8
commit a4acc9eae4
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ ecbuild_add_option( FEATURE AEC
ecbuild_add_option( FEATURE PYTHON ecbuild_add_option( FEATURE PYTHON
DESCRIPTION "build the ecCodes Python interface" DESCRIPTION "build the ecCodes Python interface"
DEFAULT ON DEFAULT ON
REQUIRED_PACKAGES "Python VERSION 2.5" NumPy REQUIRED_PACKAGES "Python VERSION 2.6" NumPy
) )
ecbuild_add_option( FEATURE FORTRAN ecbuild_add_option( FEATURE FORTRAN

View File

@ -20,7 +20,7 @@ NumPy support can be disabled by using the '--disable-numpy' flag.
@em Requirements: @em Requirements:
- Python 2.5 or higher - Python 2.6 or higher
- NumPy - NumPy
""" """