Commit d111854a authored by Hanno Schlichting's avatar Hanno Schlichting

Remove testrunner version requirement, zope.app.keyreference has been renamed

parent 5fc91a6f
...@@ -13,7 +13,7 @@ eggs = ...@@ -13,7 +13,7 @@ eggs =
Zope2 Zope2
[test] [test]
recipe = zc.recipe.testrunner<1.1dev recipe = zc.recipe.testrunner
eggs = ${buildout:eggs} eggs = ${buildout:eggs}
environment = test-environment environment = test-environment
......
...@@ -204,6 +204,7 @@ setup(name='Zope2', ...@@ -204,6 +204,7 @@ setup(name='Zope2',
'zope.filerepresentation', 'zope.filerepresentation',
'zope.hookable', 'zope.hookable',
'zope.index', 'zope.index',
'zope.keyreference',
'zope.minmax', 'zope.minmax',
'zope.modulealias', 'zope.modulealias',
'zope.rdb', 'zope.rdb',
...@@ -232,7 +233,6 @@ setup(name='Zope2', ...@@ -232,7 +233,6 @@ setup(name='Zope2',
'zope.app.i18n', 'zope.app.i18n',
'zope.app.interface', 'zope.app.interface',
'zope.app.intid', 'zope.app.intid',
'zope.app.keyreference',
'zope.app.layers', 'zope.app.layers',
'zope.app.onlinehelp', 'zope.app.onlinehelp',
'zope.app.pluggableauth', 'zope.app.pluggableauth',
......
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