From 09d17aff6f10425c5ac74c638be82e6c89031f31 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 11 Aug 2005 20:29:59 +0000 Subject: [PATCH] no support for Python 1.5.2 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4220 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SConstruct b/SConstruct index f40658b3..d09a4c89 100644 --- a/SConstruct +++ b/SConstruct @@ -7,6 +7,9 @@ # ## +EnsurePythonVersion(1,6) +# no revision check yet - EnsureSConsVersion(0,96,90) + stubs = [ 'bzip2', 'lzma',