Bug 800614 - Require Python 2.6 to build the tree; r=ted

This commit is contained in:
Gregory Szorc 2012-10-22 12:24:40 -07:00
parent 92a8e8eb5b
commit 5261e0ae4a
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import sys
# Minimum version of Python required to build.
MINIMUM_PYTHON_MAJOR = 2
MINIMUM_PYTHON_MINOR = 5
MINIMUM_PYTHON_MINOR = 6
class VirtualenvManager(object):

View File

@ -55,7 +55,7 @@ NSPR_VERSION=4
dnl Set the minimum version of toolkit libs used by mozilla
dnl ========================================================
PERL_VERSION=5.006
PYTHON_VERSION=2.5
PYTHON_VERSION=2.6
WINDRES_VERSION=2.14.90
W32API_VERSION=3.14
@ -1405,8 +1405,8 @@ dnl System overrides of the defaults for host
dnl ========================================================
case "$host" in
*mingw*)
# we need Python 2.5 on Windows
PYTHON_VERSION=2.5
# we need Python 2.6 on Windows
PYTHON_VERSION=2.6
if test -n "$_WIN32_MSVC"; then
HOST_AR=lib
HOST_AR_FLAGS='-NOLOGO -OUT:"$@"'