Commit f7bdb7f1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aaf223c4
......@@ -24,9 +24,8 @@ parts =
# python interpreter with wendelin.core and all other eggs.
# cannot adjust wendelin.core-dev because :interpreter does not work for zc.recipe.egg:develop
# (XXX :eggs not to install scripts from listed eggs)
[wendelin.core-python]
recipe = zc.recipe.egg:eggs
recipe = zc.recipe.egg
# NOTE ZEO is brought by NEO
eggs =
wendelin.core[test]
......@@ -39,6 +38,9 @@ initialization =
from gpython import pymain
pymain(sys.argv[1:])
sys.exit(0)
# don't install scripts from listed eggs (avoid conflict with neoppod)
# (we cannot use zc.recipe.egg:eggs because interpreter does not work there)
scripts =
# env.sh for that python to be on $PATH XXX + go
[wendelin.core-env.sh]
......
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