Commit f4b031d1 authored by Alain Takoudjou's avatar Alain Takoudjou

Fix cryptography egg installation

parent b5e4613e
...@@ -18,13 +18,14 @@ extends = ...@@ -18,13 +18,14 @@ extends =
../../component/nginx/buildout.cfg ../../component/nginx/buildout.cfg
../../component/dash/buildout.cfg ../../component/dash/buildout.cfg
../../component/curl/buildout.cfg ../../component/curl/buildout.cfg
../../component/python-cryptography/buildout.cfg
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-cryptography:egg}
collective.recipe.environment collective.recipe.environment
slapos.cookbook
lxml lxml
slapos.cookbook slapos.cookbook
...@@ -274,7 +275,6 @@ slapos.recipe.cmmi = 0.2 ...@@ -274,7 +275,6 @@ slapos.recipe.cmmi = 0.2
slapos.recipe.download = 1.0.dev-r4053 slapos.recipe.download = 1.0.dev-r4053
slapos.recipe.template = 2.5 slapos.recipe.template = 2.5
stevedore = 0.15 stevedore = 0.15
z3c.recipe.scripts = 1.0.1
# Required by: # Required by:
# slapos.core==1.0.3 # slapos.core==1.0.3
...@@ -326,4 +326,4 @@ xml-marshaller = 0.9.7 ...@@ -326,4 +326,4 @@ xml-marshaller = 0.9.7
# Required by: # Required by:
# slapos.core==1.0.3 # slapos.core==1.0.3
zope.interface = 4.1.1 zope.interface = 4.1.1
\ No newline at end of file
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