From e0d1e3baf35150b385f3e689d53791b037e3fcc4 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 8 Mar 2011 10:12:10 +0000
Subject: [PATCH] use python2.4 in precache-eggs target.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44040 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/erp5.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg
index 498e1d0697..76c35a823c 100644
--- a/buildout/software-profiles/erp5.cfg
+++ b/buildout/software-profiles/erp5.cfg
@@ -80,6 +80,7 @@ command = ${subversion:location}/bin/svn checkout ${:svn_param} http://svn.plone
 
 [eggs]
 recipe = zc.recipe.egg
+python = python2.4
 eggs =
   ${itools:egg}
   ${mysql-python:egg}
@@ -115,7 +116,6 @@ eggs =
   xupdate_processor
   feedparser
 
-python = python2.4
 extra-paths =
   ${zope-2.8:location}/lib/python
 # shut down script generation. Other parts can generate scripts as needed by
@@ -150,5 +150,6 @@ packages =
       ${itools:lib} .
 
 [precache-eggs]
+python = python2.4
 eggs +=
   plone.recipe.zope2zeoserver
-- 
2.30.9