Commit 67f90d1b authored by Stephan Richter's avatar Stephan Richter

Do not rely on a checkout of zdaemon anymore.

parent 326e9f38
[buildout] [buildout]
develop = . develop = .
../zdaemon
parts = parts =
test test
scripts scripts
...@@ -14,6 +13,7 @@ ZConfig = 3.0.1 ...@@ -14,6 +13,7 @@ ZConfig = 3.0.1
BTrees = 4.0.5 BTrees = 4.0.5
persistent = 4.0.6 persistent = 4.0.6
transaction = 1.4.0 transaction = 1.4.0
zdaemon = 4.0.0a1
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
......
...@@ -127,7 +127,7 @@ setup(name="ZODB", ...@@ -127,7 +127,7 @@ setup(name="ZODB",
'transaction', 'transaction',
'six', 'six',
'zc.lockfile', 'zc.lockfile',
'zdaemon', 'zdaemon >= 4.0.0a1',
'zope.interface', 'zope.interface',
], ],
zip_safe = False, zip_safe = False,
......
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