Commit c52132bb authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: fix python dependencies for supervisord's listener

parent 17714d43
......@@ -44,7 +44,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = 8505152612a1cc7dc98b7b8e1da9ea6d
md5sum = d3821fef9182b2f1c096117aaeb118da
mode = 0644
[template-runner-import-script]
......@@ -180,6 +180,7 @@ eggs =
slapos.recipe.build
slapos.toolbox[flask_auth]
slapos.core
supervisor
xml_marshaller
Gunicorn
......@@ -199,3 +200,9 @@ eggs =
xml_marshaller
pytz
slapos.libnetworkcache
[extra-eggs]
recipe = zc.recipe.egg
interpreter = pythonwitheggs
eggs =
supervisor
......@@ -662,7 +662,7 @@ mode = 0744
context =
section supervisord supervisord
section slaprunner slaprunner
raw python_executable ${buildout:executable}
raw python_executable ${buildout:directory}/bin/${extra-eggs:interpreter}
[supervisord-wrapper]
recipe = slapos.cookbook:wrapper
......
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