added 2.5.6

This commit is contained in:
Yuta
2011-05-29 21:29:09 +09:00
parent c265aa4b78
commit 7f7e1d30a1
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class PythonInstallerMacOSX(PythonInstaller):
super(PythonInstallerMacOSX, self).__init__(arg, options)
version = self.pkg.version
# check for version
if version < '2.6' and (version != '2.4.6' and version != '2.5.5'):
if version < '2.6' and (version != '2.4.6' and version < '2.5.5'):
logger.info("`%s` is not supported on MacOSX Snow Leopard" % self.pkg.name)
raise NotSupportedVersionException
# set configure options