Commit 3b83b95b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cd6eecc0
......@@ -37,6 +37,10 @@ parts =
neoppod
wendelin.core-dev
eggs
scripts
# for ZEO scripts (runzeo)
ZEO/scripts
neotest-env.sh
neotest
......@@ -102,22 +106,24 @@ template = inline:
# eggs:
[eggs]
recipe = zc.recipe.egg
recipe = zc.recipe.egg:eggs
eggs =
# wendelin.core still requires ZODB3 but having ZODB4 or 5 installed satisfies latest ZODB3
# ZODB3
${ZODB:egg}
# also for wc
${numpy:egg}
# to install not only wendelin.core modules but also scripts
wendelin.core
# for ZEO scripts (runzeo)
${ZEO:egg}
# for e.g. tcpu.py
${pygolang:egg}
# for instance
plone.recipe.command
[scripts]
recipe = zc.recipe.egg:scripts
eggs =
# to install not only wendelin.core modules but also scripts
wendelin.core
# wendelin.core: latest not yet released
[wendelin.core-repository]
......
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