Commit 5c117dee authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 78ce4d3b
...@@ -39,7 +39,6 @@ init = ...@@ -39,7 +39,6 @@ init =
zc.buildout.easy_install.default_versions(self.buildout['versions']) zc.buildout.easy_install.default_versions(self.buildout['versions'])
# ZODB/scripts installs scripts from ZODB # ZODB/scripts installs scripts from ZODB
[ZODB/scripts] [ZODB/scripts]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
...@@ -54,7 +53,7 @@ repository = https://lab.nexedi.com/kirr/ZODB.git ...@@ -54,7 +53,7 @@ repository = https://lab.nexedi.com/kirr/ZODB.git
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
# ZODB4: we maintain our own 4-nxd branch with patches for wendelin.core to work # ZODB4: we maintain our own 4-nxd branch with patches for wendelin.core to work
# correctly. The patches are backports of what is in ZODB master (ZODB5) ... XXX # correctly. The patches are backports of what is in ZODB master (ZODB5).
[ZODB4] [ZODB4]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${ZODB4-repository:location} setup = ${ZODB4-repository:location}
......
...@@ -42,19 +42,23 @@ recipe = zc.recipe.egg:develop ...@@ -42,19 +42,23 @@ recipe = zc.recipe.egg:develop
setup = ${neoppod-repository:location} setup = ${neoppod-repository:location}
environment = neoppod-setup-env environment = neoppod-setup-env
[neoppod] # dependent eggs that must come through in-tree recipes
recipe = zc.recipe.egg intree-eggs =
eggs = neoppod[admin, ctl, master]
${cython-zstd:egg} ${cython-zstd:egg}
${msgpack-python:egg} ${msgpack-python:egg}
${:adapter-egg} ${:adapter-egg}
psutil
${ZODB:egg} ${ZODB:egg}
zope.testing
${zodbtools:egg} ${zodbtools:egg}
adapter-egg = ${python-mysqlclient:egg}
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master]
${neoppod-develop:intree-eggs}
psutil
zope.testing
coverage coverage
setproctitle setproctitle
adapter-egg = ${python-mysqlclient:egg}
[download-base-neo] [download-base-neo]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
......
# To be extended after software-common.cfg if only SQLite backend is wanted. # To be extended after software-common.cfg if only SQLite backend is wanted.
[neoppod] [neoppod-develop]
adapter-egg = adapter-egg =
[instance-common] [instance-common]
......
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