lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 950212f7 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 0248058f
[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