Add lxml, remove dummy part

parent a860e482
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
../../component/noVNC/buildout.cfg ../../component/noVNC/buildout.cfg
../../component/openssl/buildout.cfg ../../component/openssl/buildout.cfg
../../component/dash/buildout.cfg ../../component/dash/buildout.cfg
../../component/lxml-python/buildout.cfg
../../stack/nodejs.cfg ../../stack/nodejs.cfg
../../stack/shacache-client.cfg ../../stack/shacache-client.cfg
...@@ -34,7 +35,6 @@ parts = ...@@ -34,7 +35,6 @@ parts =
npm-modules npm-modules
dcron dcron
logrotate logrotate
fail
find-links += find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
...@@ -133,7 +133,7 @@ recipe = z3c.recipe.scripts ...@@ -133,7 +133,7 @@ recipe = z3c.recipe.scripts
dummy = dummy =
${websockify:location} ${websockify:location}
eggs = eggs =
# ${lxml-python:egg} ${lxml-python:egg}
websockify websockify
slapos.cookbook slapos.cookbook
slapos.toolbox slapos.toolbox
...@@ -199,12 +199,6 @@ mode = 0644 ...@@ -199,12 +199,6 @@ mode = 0644
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.6.0-dev-SlapOS-004 zc.buildout = 1.6.0-dev-SlapOS-004
[fail]
recipe = plone.recipe.command
stop-on-error = true
command = touch /couscous
[networkcache] [networkcache]
# signature certificates of the following uploaders. # signature certificates of the following uploaders.
# Romain Courteaud # Romain Courteaud
......
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