Commit 8f625be4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use python-2.7 for buildout process to create Zope-2.8 environment with python-2.4 and its eggs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44037 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0817d552
......@@ -30,6 +30,7 @@ extends =
../software-profiles/w3-validator.cfg
../software-profiles/libreoffice-bin.cfg
../software-profiles/python-2.4.cfg
../software-profiles/python-2.7.cfg
../software-profiles/rdiff-backup.cfg
../software-profiles/w3m.cfg
../software-profiles/varnish.cfg
......@@ -86,14 +87,12 @@ parts =
products-other
[bootstrap2.4]
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0
# is used it is required to go back to default -- use own version of python
python = buildout
python = python2.4
[rebootstrap]
# This is first version of python
version = 1
section = python2.4
version = 2
section = python2.7
[software_definition]
software_home = ${buildout:directory}
......
......@@ -129,6 +129,18 @@ scripts =
python=${:interpreter}
ipython=i${:interpreter}
[mysql-python]
python = python2.4
[lxml-python]
python = python2.4
[python-ldap-python]
python = python2.4
[pysvn-python]
python = python2.4
[omelette]
# XXX don't use this part until this omelette bug is fixed:
# https://bugs.launchpad.net/collective.buildout/+bug/553005
......
# based on https://svn.erp5.org/repos/public/experimental/erp5.buildout
[buildout]
extends=
python-2.4.cfg
[zope-2.8]
recipe = erp5.recipe.zope2install
url = http://www.zope.org/Products/Zope/2.8.11/Zope-2.8.11-final.tgz
md5sum = eff3e52d6ecde2d3669ea81e445b5a3a
python = python2.4
skip-fake-eggs =
ClientForm
mechanize
......
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