slaprunner : Try to install libxslt before lxml egg

parent 9f41d18c
...@@ -8,7 +8,6 @@ extensions = ...@@ -8,7 +8,6 @@ extensions =
parts = parts =
eggs eggs
template
find-links += find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
...@@ -29,7 +28,6 @@ section = python2.7 ...@@ -29,7 +28,6 @@ section = python2.7
[runner] [runner]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg}
slapos.toolbox slapos.toolbox
slapos.cookbook slapos.cookbook
......
...@@ -4,6 +4,18 @@ ...@@ -4,6 +4,18 @@
extends = extends =
../component/python-2.7/buildout.cfg ../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg ../component/lxml-python/buildout.cfg
# Use only quite well working sites.
allow-hosts =
*.nexedi.org
*.python.org
*.sourceforge.net
dist.repoze.org
effbot.org
github.com
peak.telecommunity.com
psutil.googlecode.com
www.dabeaz.com
parts = parts =
eggs eggs
......
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