Commit ddc5b255 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

software/slaprunner: fix regression that breaks instantiation.

parent f9db2858
......@@ -16,10 +16,10 @@ extends =
../../component/screen/buildout.cfg
../../component/shellinabox/buildout.cfg
../../component/vim/buildout.cfg
../../stack/slapos.cfg
../../stack/flask.cfg
../../stack/resilient/buildout.cfg
../../stack/monitor/buildout.cfg
../../stack/slapos.cfg
parts =
template
......@@ -205,3 +205,7 @@ recipe = zc.recipe.egg
interpreter = pythonwitheggs
eggs +=
supervisor
[versions]
# We still need to use the older version.
slapos.core = 1.0.5
......@@ -2,7 +2,6 @@
# Exactly the same as common.cfg, but:
# 1/ Use a defined set of Python eggs instead of using the latest available
# ones from Pypi, to ensure stability;
# 2/ Define list of trusted certificates for the cache.
[buildout]
extends = common.cfg
......@@ -25,7 +24,6 @@ slapos.core = 1.0.5
slapos.recipe.build = 0.12
slapos.recipe.download = 1.0.dev-r4053
slapos.toolbox = 0.40.1
slapos.recipe.template = 2.5
supervisor = 3.1.1
smmap = 0.8.2
z3c.recipe.scripts = 1.0.1
......@@ -49,5 +47,3 @@ feedparser = 5.1.3
# Required by:
# slapos.toolbox==0.39.3
paramiko = 1.14.1
Jinja2 = 2.7.3
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