Commit f1cea0ce authored by Jérome Perrin's avatar Jérome Perrin

*: prepare for slapos.core version up WIP

slapos.core now depends on PyYAML and jsonschema
parent 4ef735c6
...@@ -213,6 +213,7 @@ setup = ${slapos.core-repository:location} ...@@ -213,6 +213,7 @@ setup = ${slapos.core-repository:location}
eggs += ${:extra-eggs} eggs += ${:extra-eggs}
extra-eggs = extra-eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-PyYAML:egg}
${slapos.core-setup:egg} ${slapos.core-setup:egg}
${pillow-python:egg} ${pillow-python:egg}
${pycurl:egg} ${pycurl:egg}
......
...@@ -108,6 +108,7 @@ setup = ${rubygemsrecipe-repository:location} ...@@ -108,6 +108,7 @@ setup = ${rubygemsrecipe-repository:location}
<= python-interpreter <= python-interpreter
eggs += eggs +=
${lxml-python:egg} ${lxml-python:egg}
${python-PyYAML:egg}
${python-cryptography:egg} ${python-cryptography:egg}
${backports.lzma:egg} ${backports.lzma:egg}
${pycurl:egg} ${pycurl:egg}
......
...@@ -126,6 +126,7 @@ eggs = ...@@ -126,6 +126,7 @@ eggs =
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-PyYAML:egg}
slapos.core slapos.core
slapos.libnetworkcache slapos.libnetworkcache
......
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