Commit 58e50818 authored by Roque's avatar Roque

scalability: fixed versions and workaround in software configuration

parent c69632b5
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
parts = parts =
slapos-cookbook slapos-cookbook
slapos-cookbook-develop
template template
lxml-python lxml-python
eggs eggs
...@@ -20,11 +21,15 @@ parts = ...@@ -20,11 +21,15 @@ parts =
git git
apache apache
[slapos.cookbook-repository]
revision = 9d1048222ee06e120ca8977a0a54332804caa8ca
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
zc.buildout zc.buildout
z3c.etestbrowser
slapos.libnetworkcache slapos.libnetworkcache
slapos.core slapos.core
supervisor supervisor
...@@ -59,12 +64,13 @@ mode = 0644 ...@@ -59,12 +64,13 @@ mode = 0644
[versions] [versions]
PyXML = 0.8.5 PyXML = 0.8.5
erp5.util = 0.4.50 erp5.util = 0.4.50
slapos.recipe.template = 4.3 slapos.recipe.template = 4.1
ipython = 5.3.0 ipython = 5.3.0
apache-libcloud = 2.1.0 apache-libcloud = 2.1.0
gitdb2 = 2.0.2 gitdb2 = 2.0.2
pyasn1 = 0.3.2 pyasn1 = 0.3.2
smmap2 = 2.0.3 smmap2 = 2.0.3
zope.testbrowser = 5.2.1
# Required by: # Required by:
# slapos.toolbox==0.70 # slapos.toolbox==0.70
......
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