Commit e6438cb3 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5/zope4: Zope4 uses ZODB5 so switch to that version by default.

parent 9943ce81
......@@ -15,10 +15,10 @@ parts = ZODB/scripts
# [ZODB]
# major = <ZODB-version-major>
#
# By default ZODB4 is used.
# By default ZODB5 is used.
[ZODB]
recipe = slapos.recipe.build
major = 4
major = 5
init =
# link/depend ZODB -> ZODB<X>
zodb_x = 'ZODB'+options['major']
......
......@@ -59,7 +59,7 @@ extends =
../../component/wendelin.core/buildout.cfg
../../component/jupyter-py2/buildout.cfg
../../stack/caucase/buildout.cfg
../../software/neoppod/software-zodb5.cfg
../../software/neoppod/software-common.cfg
# keep neoppod extends last
......
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