Commit f99e6daa authored by Łukasz Nowak's avatar Łukasz Nowak

Separate python from host system.

Thanks to using own python with own libraries, there will be library version
conflicts, as lxml is built against own libz.
parent c2067cdf
[buildout]
extends =
../lxml-python/buildout.cfg
../python-2.7/buildout.cfg
parts =
slapos
......@@ -10,8 +11,12 @@ find-links =
versions = versions
[lxml-python]
python = python2.7
[slapos]
recipe = z3c.recipe.scripts
python = python2.7
eggs =
${lxml-python:egg}
slapos.core
......
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