[buildout]
extends = ../software-profiles/python-common.cfg

parts =
    python2.6

[python2.6]
<= python-common
python_version_major = 2.6
python_version_minor = 6

[bootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6
scripts =
    buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]

[rebootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6