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

Do not rely on a checkout of zdaemon anymore.

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