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] [buildout]
extends = extends =
../lxml-python/buildout.cfg ../lxml-python/buildout.cfg
../python-2.7/buildout.cfg
parts = parts =
slapos slapos
...@@ -10,8 +11,12 @@ find-links = ...@@ -10,8 +11,12 @@ find-links =
versions = versions versions = versions
[lxml-python]
python = python2.7
[slapos] [slapos]
recipe = z3c.recipe.scripts recipe = z3c.recipe.scripts
python = python2.7
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
slapos.core 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