Commit b6f7de5c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cb695be4
...@@ -4,9 +4,13 @@ ...@@ -4,9 +4,13 @@
[buildout] [buildout]
extends = buildout.cfg extends = buildout.cfg
# XXX drop "4"
[ZODB4]
egg = ZODB3
[ZODB-repository] [ZODB-repository]
branch = 3.10-nxd #branch = 3.10-nxd
branch = 3.10-nxd--t
#revision= ... XXX pin #revision= ... XXX pin
[versions] [versions]
......
...@@ -29,6 +29,7 @@ eggs = ${ZODB:egg} ...@@ -29,6 +29,7 @@ eggs = ${ZODB:egg}
# 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) ... XXX
# XXX drop 4
[ZODB4] [ZODB4]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${ZODB-repository:location} setup = ${ZODB-repository:location}
......
...@@ -32,7 +32,7 @@ depends += ${manuel:egg} ...@@ -32,7 +32,7 @@ depends += ${manuel:egg}
# bin/python is preinstalled with sys.path to ZODB & friends. # bin/python is preinstalled with sys.path to ZODB & friends.
[ZODB-python] [ZODB-python]
<= python-interpreter <= python-interpreter
eggs += ZODB[test] eggs += ${ZODB:egg}[test]
# env.sh for ZODB's python to be on $PATH. # env.sh for ZODB's python to be on $PATH.
[ZODB-env.sh] [ZODB-env.sh]
...@@ -64,3 +64,4 @@ template = inline: ...@@ -64,3 +64,4 @@ template = inline:
[versions] [versions]
# XXX
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