Commit 5f02084a authored by Jérome Perrin's avatar Jérome Perrin

DREAM: generate a python interpreter with manpy installed

parent a8055e3b
......@@ -3,6 +3,7 @@ parts =
dream_simulation
dream_platform
dream_test_suite
dream_interpreter
grunt_watch
publish-connection-parameter
......@@ -22,6 +23,12 @@ cert = $${slap_connection:cert_file}
port = 8080
host = $${instance-parameter:ipv6-random}
# interpreter
[dream_interpreter]
recipe = zc.recipe.egg
eggs = ${manpy:eggs}
interpreter = dream_interpreter
# service
[dream_platform]
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