Commit 39e6d0e1 authored by Alain Takoudjou's avatar Alain Takoudjou

update python executable

parent a4173a8c
...@@ -26,6 +26,7 @@ parts = ...@@ -26,6 +26,7 @@ parts =
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/python-2.7/buildout.cfg
../../component/apache/buildout.cfg ../../component/apache/buildout.cfg
../../component/logrotate/buildout.cfg ../../component/logrotate/buildout.cfg
../../component/subversion/buildout.cfg ../../component/subversion/buildout.cfg
...@@ -45,12 +46,12 @@ allow-hosts += ...@@ -45,12 +46,12 @@ allow-hosts +=
*.edgewall.org *.edgewall.org
*.edgewall.com *.edgewall.com
[python-2.7] [lxml-python]
executable = ${python2.7:location}/bin/python2.7 python = python2.7
[instance-egg] [instance-egg]
recipe = zc.recipe.egg recipe = z3c.recipe.scripts
python = python-2.7 python = python2.7
eggs = eggs =
${mysql-python:egg} ${mysql-python:egg}
slapos.toolbox slapos.toolbox
......
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