Commit 31810a91 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c6cb229c
......@@ -6,22 +6,19 @@ extends =
../pygolang/buildout.cfg
../ZEO/buildout.cfg
# XXX +[zodbools/progs] ?
[zodbtools]
# XXX neoppod also uses zc.recipe.egg (no :eggs) which means "generate scripts
# for all listed eggs", and if we want to generate zodb script here too it
# leads to conflict.
#recipe = zc.recipe.egg
recipe = zc.recipe.egg:eggs
egg = zodbtools
eggs =
zodbtools
${:egg}
depends =
${pygolang:egg}
${ZEO:egg}
# XXX +NEO
#scripts = zodb
[zodbtools/scripts]
recipe = zc.recipe.egg:scripts
eggs = ${zodbtools:eggs}
[versions]
......
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