Commit 38804bb3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25f222a1
......@@ -9,6 +9,7 @@ extends =
parts =
pygolang
gpython
pygolang-python
# for instance
slapos-cookbook
......@@ -20,11 +21,9 @@ parts =
egg = pygolang[all_test]
# bin/python is preinstalled with sys.path to pygolang & friends.
# Adjust [gpython], instead of [pygolang], since interpreter works only for regular
# zc.recipe.egg, not zc.recipe.egg:custom used by [pygolang].
# The `python` interpreter will just set sys.path to pygolang _without_ activating gevent.
[gpython]
interpreter = python
[pygolang-python]
<= python-interpreter
eggs = ${pygolang:egg}
# env.sh for pygolang's python/gpython to be on $PATH.
[pygolang-env.sh]
......
......@@ -23,7 +23,7 @@ parts =
instance.cfg
# python interpreter with wendelin.core and all other eggs.
# bin/python s python interpreter with wendelin.core and all other eggs.
[wendelin.core-python]
<= python-interpreter
eggs =
......
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