Commit e0d1e3ba authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use python2.4 in precache-eggs target.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e254f6f
...@@ -80,6 +80,7 @@ command = ${subversion:location}/bin/svn checkout ${:svn_param} http://svn.plone ...@@ -80,6 +80,7 @@ command = ${subversion:location}/bin/svn checkout ${:svn_param} http://svn.plone
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.4
eggs = eggs =
${itools:egg} ${itools:egg}
${mysql-python:egg} ${mysql-python:egg}
...@@ -115,7 +116,6 @@ eggs = ...@@ -115,7 +116,6 @@ eggs =
xupdate_processor xupdate_processor
feedparser feedparser
python = python2.4
extra-paths = extra-paths =
${zope-2.8:location}/lib/python ${zope-2.8:location}/lib/python
# shut down script generation. Other parts can generate scripts as needed by # shut down script generation. Other parts can generate scripts as needed by
...@@ -150,5 +150,6 @@ packages = ...@@ -150,5 +150,6 @@ packages =
${itools:lib} . ${itools:lib} .
[precache-eggs] [precache-eggs]
python = python2.4
eggs += eggs +=
plone.recipe.zope2zeoserver plone.recipe.zope2zeoserver
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment