Commit 236b9808 authored by Jérome Perrin's avatar Jérome Perrin

*: prepare for next slapos.core version

slapos.core now depends on PyYAML and jsonschema
parent 19fe9436
...@@ -234,6 +234,7 @@ setup = ${slapos.core-repository:location} ...@@ -234,6 +234,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}
......
...@@ -115,6 +115,7 @@ setup = ${rubygemsrecipe-repository:location} ...@@ -115,6 +115,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}
......
...@@ -125,6 +125,7 @@ eggs = ...@@ -125,6 +125,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