From 5b0890873ed3f7563d2a9a6201e7835adb5c72bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 22 Feb 2010 15:37:26 +0000 Subject: [PATCH] - assert exact python versoin git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32967 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout/Makefile b/buildout/Makefile index 0129ed6a7e..1a4df5c298 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -10,6 +10,7 @@ assert: assert-software assert-software: assert-python2.4 assert-parts-libs assert-python2.4: bin/python2.4 + bin/python2.4 -V | grep 'Python 2.4.6' bin/python2.4 -c 'import _ssl' bin/python2.4 -c 'import bz2' bin/python2.4 -c 'import dbm' -- 2.30.9