Commit c47b6cf6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8528bcb6
......@@ -2,6 +2,9 @@
[buildout]
extends =
# to use versions used by ERP5 XXX -> Wendelin ?
../../stack/erp5/buildout.cfg
../../stack/nxdtest.cfg
buildout.cfg
......@@ -9,6 +12,7 @@ parts =
wendelin.core-dev
# for instance
wendelin.core-python
slapos-cookbook
instance.cfg
......@@ -19,7 +23,10 @@ branch = t
# python interpreter with wendelin.core and all other eggs.
[wendelin.core-dev]
# cannot adjust wendelin.core-dev because :interpreter does not work for zc.recipe.egg:develop
[wendelin.core-python]
recipe = zc.recipe.egg
eggs = wendelin.core
interpreter = python
# env.sh for that python to be on $PATH XXX + go
......@@ -38,4 +45,4 @@ env.sh = ${wendelin.core-env.sh:rendered}
workdir = ${wendelin.core-repository:location}
[versions]
# XXX
#zodbtools = 0.0.0.dev8
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