Install pbr egg before installing cliff egg.

parent ac2ed299
[buildout]
[python-cliff]
recipe = zc.recipe.egg:custom
egg = cliff
setup-eggs = ${python-cliff-prep:eggs}
[python-cliff-prep]
recipe = zc.recipe.egg
eggs =
pbr
...@@ -29,7 +29,6 @@ parts = ...@@ -29,7 +29,6 @@ parts =
eggs eggs
instance-runner-import instance-runner-import
instance-runner-export instance-runner-export
slapos-cookbook
template-slapos-cfg template-slapos-cfg
# XXX: we have to manually add this for resilience # XXX: we have to manually add this for resilience
rdiff-backup rdiff-backup
...@@ -175,42 +174,15 @@ mode = 0644 ...@@ -175,42 +174,15 @@ mode = 0644
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = z3c.recipe.scripts
eggs = eggs =
${lxml-python:egg}
collective.recipe.environment collective.recipe.environment
cns.recipe.symlink cns.recipe.symlink
erp5.util erp5.util
hexagonit.recipe.download
inotifyx
lock-file lock-file
lxml
netaddr
plone.recipe.command plone.recipe.command
pytz
slapos.cookbook
slapos.libnetworkcache
slapos.recipe.build slapos.recipe.build
slapos.toolbox[flask_auth] slapos.toolbox[flask_auth]
slapos.core
supervisor
xml_marshaller
Gunicorn Gunicorn
${slapos-cookbook:eggs}
# Add slapos.libnetworkcache to path of slapos.core so that slaprunner can build SRs using cache
[slapos-cookbook]
eggs =
${lxml-python:egg}
slapos.cookbook
cliff
hexagonit.recipe.download
inotifyx
netaddr
netifaces
requests
slapos.core
supervisor
xml_marshaller
pytz
slapos.libnetworkcache
[extra-eggs] [extra-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
...@@ -23,6 +23,7 @@ extends = ...@@ -23,6 +23,7 @@ extends =
../component/python-2.7/buildout.cfg ../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg ../component/lxml-python/buildout.cfg
../component/python-cffi/buildout.cfg ../component/python-cffi/buildout.cfg
../component/python-cliff/buildout.cfg
../component/python-cryptography/buildout.cfg ../component/python-cryptography/buildout.cfg
# Separate from site eggs # Separate from site eggs
...@@ -84,10 +85,11 @@ recipe = zc.recipe.egg ...@@ -84,10 +85,11 @@ recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-cffi:egg} ${python-cffi:egg}
${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
pyOpenSSL pyOpenSSL
slapos.cookbook slapos.cookbook
cliff slapos.libnetworkcache
hexagonit.recipe.download hexagonit.recipe.download
inotifyx inotifyx
netaddr netaddr
...@@ -162,7 +164,7 @@ netifaces = 0.10.4 ...@@ -162,7 +164,7 @@ netifaces = 0.10.4
# Required by: # Required by:
# cliff==1.9.0 # cliff==1.9.0
# stevedore==1.1.0 # stevedore==1.1.0
pbr = 0.10.0 pbr = 0.10.4
# Required by: # Required by:
# pbr==0.10.0 # pbr==0.10.0
......
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