Commit de7a4770 authored by Tres Seaver's avatar Tres Seaver

No need for an extra: Zope already depends on those projects.

parent 408e076c
...@@ -58,7 +58,7 @@ eggs = ...@@ -58,7 +58,7 @@ eggs =
MultiMapping MultiMapping
Persistence Persistence
Products.OFSP Products.OFSP
Products.SiteErrorLog[zope212] Products.SiteErrorLog
Products.ZCatalog Products.ZCatalog
Products.ZCTextIndex Products.ZCTextIndex
Record Record
......
...@@ -56,7 +56,7 @@ setup(name='Zope2', ...@@ -56,7 +56,7 @@ setup(name='Zope2',
'MultiMapping', 'MultiMapping',
'Persistence', 'Persistence',
'Products.OFSP >= 2.13.2', 'Products.OFSP >= 2.13.2',
'Products.SiteErrorLog[zope212]', 'Products.SiteErrorLog',
'Products.ZCatalog', 'Products.ZCatalog',
'Products.ZCTextIndex', 'Products.ZCTextIndex',
'Record', 'Record',
......
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