Commit f3af63f0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Alain Takoudjou

version up eggs.

also add component/python-PyYAML because cliff 1.15.0 requires PyYAML.
parent 9983d477
[buildout]
extends =
../libyaml/buildout.cfg
[python-PyYAML]
recipe = zc.recipe.egg:custom
egg = PyYAML
rpath =
${libyaml:location}/lib/
include-dirs =
${libyaml:location}/include
library-dirs =
${libyaml:location}/lib
......@@ -78,12 +78,14 @@ rpath =
[slapos]
recipe = z3c.recipe.scripts
eggs =
${lxml-python:egg}
${python-cffi:egg}
${python-PyYAML:egg}
${python-cliff:egg}
${python-cryptography:egg}
pyOpenSSL
slapos.libnetworkcache
zc.buildout
${lxml-python:egg}
slapos.core
initialization =
......
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