Commit b3ad6806 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ff7cf46d
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
# appropriate ZODB version. # appropriate ZODB version.
../pygolang/buildout.cfg ../pygolang/buildout.cfg
../python-manuel/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
parts = parts =
...@@ -19,9 +20,13 @@ parts = ...@@ -19,9 +20,13 @@ parts =
# unpin ZODB from particular revision; only ${ZODB:branch} is left. # unpin ZODB from particular revision; only ${ZODB:branch} is left.
[ZODB] [ZODB-repository]
revision= revision=
# test-dependent eggs that must come through in-tree recipes.
[ZODB]
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]
......
...@@ -31,8 +31,3 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_} ...@@ -31,8 +31,3 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_}
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = erp5.util eggs = erp5.util
interpreter = ${:_buildout_section_name_} interpreter = ${:_buildout_section_name_}
[versions]
# To match ERP5
zope.exceptions = 3.6.2
##
...@@ -212,6 +212,7 @@ zdaemon = 4.2.0 ...@@ -212,6 +212,7 @@ zdaemon = 4.2.0
zipp = 1.2.0 zipp = 1.2.0
zodburi = 2.4.0 zodburi = 2.4.0
zope.event = 3.5.2 zope.event = 3.5.2
zope.exceptions = 3.6.2
zope.testrunner = 5.2 zope.testrunner = 5.2
zope.testing = 3.9.7 zope.testing = 3.9.7
paramiko = 2.1.3 paramiko = 2.1.3
......
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