Commit 309b3884 authored by Łukasz Nowak's avatar Łukasz Nowak

Switch to python2.7

parent 1fbbd176
...@@ -9,10 +9,10 @@ find-links = http://www.nexedi.org/static/packages/source/slapos.buildout/ ...@@ -9,10 +9,10 @@ find-links = http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
versions = versions versions = versions
rebootstrap-section = python2.6 rebootstrap-section = python2.7
extends = extends =
../../component/python-2.6/buildout.cfg ../../component/python-2.7/buildout.cfg
../../component/subversion/buildout.cfg ../../component/subversion/buildout.cfg
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/lxml-python/buildout.cfg ../../component/lxml-python/buildout.cfg
...@@ -65,12 +65,12 @@ recipe = zc.recipe.egg ...@@ -65,12 +65,12 @@ recipe = zc.recipe.egg
eggs = zc.buildout eggs = zc.buildout
suffix = suffix =
scripts = scripts =
buildout=bootstrap2.6 buildout=bootstrap2.7
arguments = sys.argv[1:] + ["bootstrap"] arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap] [rebootstrap]
section = python2.6 section = python2.7
version = 1 version = 2
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
......
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