Commit e4267ee4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up eggs.

also add component/python-PyYAML because cliff 1.15.0 requires PyYAML.
parent 79ea5caa
[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 = ...@@ -78,12 +78,14 @@ rpath =
[slapos] [slapos]
recipe = z3c.recipe.scripts recipe = z3c.recipe.scripts
eggs = eggs =
${lxml-python:egg}
${python-cffi:egg} ${python-cffi:egg}
${python-PyYAML:egg}
${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
pyOpenSSL pyOpenSSL
slapos.libnetworkcache slapos.libnetworkcache
zc.buildout zc.buildout
${lxml-python:egg}
slapos.core slapos.core
initialization = initialization =
......
...@@ -25,6 +25,7 @@ extends = ...@@ -25,6 +25,7 @@ extends =
../component/python-cffi/buildout.cfg ../component/python-cffi/buildout.cfg
../component/python-cliff/buildout.cfg ../component/python-cliff/buildout.cfg
../component/python-cryptography/buildout.cfg ../component/python-cryptography/buildout.cfg
../component/python-PyYAML/buildout.cfg
# Separate from site eggs # Separate from site eggs
allowed-eggs-from-site-packages = allowed-eggs-from-site-packages =
...@@ -85,6 +86,7 @@ recipe = zc.recipe.egg ...@@ -85,6 +86,7 @@ recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-cffi:egg} ${python-cffi:egg}
${python-PyYAML:egg}
${python-cliff:egg} ${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
pyOpenSSL pyOpenSSL
...@@ -109,6 +111,7 @@ zc.recipe.egg = 1.3.2.post4 ...@@ -109,6 +111,7 @@ zc.recipe.egg = 1.3.2.post4
hexagonit.recipe.download = 1.7.post4 hexagonit.recipe.download = 1.7.post4
Jinja2 = 2.8 Jinja2 = 2.8
PyYAML = 3.11
Werkzeug = 0.10.4 Werkzeug = 0.10.4
buildout-versions = 1.7 buildout-versions = 1.7
cffi = 1.2.1 cffi = 1.2.1
...@@ -152,13 +155,13 @@ Flask = 0.10.1 ...@@ -152,13 +155,13 @@ Flask = 0.10.1
MarkupSafe = 0.23 MarkupSafe = 0.23
# Required by: # Required by:
# cliff==1.14.0 # cliff==1.15.0
# stevedore==1.8.0 # stevedore==1.8.0
argparse = 1.4.0 argparse = 1.4.0
# Required by: # Required by:
# slapos.core==1.3.10 # slapos.core==1.3.10
cliff = 1.14.0 cliff = 1.15.0
# Required by: # Required by:
# cryptography==1.0.1 # cryptography==1.0.1
......
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