Commit a1e27a22 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use zc.recipe.egg instead of obsolete z3c.recipe.scripts.

parent 10faf55c
...@@ -76,7 +76,7 @@ rpath = ...@@ -76,7 +76,7 @@ rpath =
############################################# #############################################
[slapos] [slapos]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${python-cffi:egg} ${python-cffi:egg}
......
...@@ -54,7 +54,7 @@ md5sum = 7c5c43eb98d5a11961d72fce97a8e67b ...@@ -54,7 +54,7 @@ md5sum = 7c5c43eb98d5a11961d72fce97a8e67b
mode = 0644 mode = 0644
[script] [script]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
zc.buildout zc.buildout
slapos.core slapos.core
......
...@@ -28,7 +28,7 @@ mode = 0644 ...@@ -28,7 +28,7 @@ mode = 0644
branch = request.product branch = request.product
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
collective.recipe.environment collective.recipe.environment
cns.recipe.symlink cns.recipe.symlink
......
...@@ -25,7 +25,7 @@ initialization = ...@@ -25,7 +25,7 @@ initialization =
${manpy:initialization} ${manpy:initialization}
[dream_interpreter] [dream_interpreter]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = ${manpy:eggs} eggs = ${manpy:eggs}
interpreter = dream_interpreter interpreter = dream_interpreter
initialization = initialization =
...@@ -59,4 +59,3 @@ zope.exceptions = 4.0.7 ...@@ -59,4 +59,3 @@ zope.exceptions = 4.0.7
zope.testing = 4.1.3 zope.testing = 4.1.3
zc.recipe.testrunner = 2.0.0 zc.recipe.testrunner = 2.0.0
zope.testrunner = 4.4.6 zope.testrunner = 4.4.6
z3c.recipe.scripts = 1.0.1
...@@ -75,7 +75,6 @@ rdiff-backup = 1.0.5 ...@@ -75,7 +75,6 @@ rdiff-backup = 1.0.5
slapos.recipe.template = 2.4.2 slapos.recipe.template = 2.4.2
slapos.toolbox = 0.40.4 slapos.toolbox = 0.40.4
smmap = 0.8.2 smmap = 0.8.2
z3c.recipe.scripts = 1.0.1
plone.recipe.command = 1.1 plone.recipe.command = 1.1
# Required by: # Required by:
......
...@@ -43,7 +43,7 @@ parts = ...@@ -43,7 +43,7 @@ parts =
#XXX-Cedric : add list of keyboard layouts (azerty/us querty/...) parameter to qemu #XXX-Cedric : add list of keyboard layouts (azerty/us querty/...) parameter to qemu
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
websockify websockify
......
...@@ -89,7 +89,7 @@ gems += ...@@ -89,7 +89,7 @@ gems +=
fluent-plugin-grep==0.3.4 fluent-plugin-grep==0.3.4
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
cns.recipe.symlink cns.recipe.symlink
slapos.cookbook slapos.cookbook
...@@ -102,7 +102,6 @@ PyRSS2Gen = 1.1 ...@@ -102,7 +102,6 @@ PyRSS2Gen = 1.1
cns.recipe.symlink = 0.2.3 cns.recipe.symlink = 0.2.3
plone.recipe.command = 1.1 plone.recipe.command = 1.1
slapos.recipe.template = 2.7 slapos.recipe.template = 2.7
z3c.recipe.scripts = 1.0.1
rubygemsrecipe = 0.2.1 rubygemsrecipe = 0.2.1
pycurl = 7.19.5.1 pycurl = 7.19.5.1
......
...@@ -190,7 +190,7 @@ filename = monitor-check-webrunner-internal-instances.py ...@@ -190,7 +190,7 @@ filename = monitor-check-webrunner-internal-instances.py
mode = 0644 mode = 0644
[eggs] [eggs]
recipe = z3c.recipe.scripts recipe = zc.recipe.egg
eggs = eggs =
collective.recipe.environment collective.recipe.environment
cns.recipe.symlink cns.recipe.symlink
......
...@@ -144,7 +144,6 @@ slapos.recipe.cmmi = 0.2 ...@@ -144,7 +144,6 @@ slapos.recipe.cmmi = 0.2
stevedore = 1.8.0 stevedore = 1.8.0
unicodecsv = 0.14.0 unicodecsv = 0.14.0
xml-marshaller = 0.9.7 xml-marshaller = 0.9.7
z3c.recipe.scripts = 1.0.1
# Required by: # Required by:
# slapos.core==1.3.10 # slapos.core==1.3.10
......
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