[buildout]
extends = ../software-profiles/python-common.cfg
parts =
python2.6
[python2.6]
<= python-common
python_version_major = 2.6
python_version_minor = 5
# this next setting should always match the name of this part
name = python2.6
[bootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6
scripts =
buildout=bootstrap2.6
arguments = ["bootstrap"]
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34235 20353a03-c40f-0410-a6d1-a30d3c3de9de
34816ff6