Commit 58b31690 authored by Hanno Schlichting's avatar Hanno Schlichting

Drop direct dependency on Products.ZCTextIndex, closes #37.

parent 1671c7cb
...@@ -213,6 +213,11 @@ Restructuring ...@@ -213,6 +213,11 @@ Restructuring
- Dropped the direct dependencies on packages that have been factored out of - Dropped the direct dependencies on packages that have been factored out of
the main Zope 2 tree. Make sure you declare a dependency in your own the main Zope 2 tree. Make sure you declare a dependency in your own
distribution if you still use one of these: ``Products.BTreeFolder2``, distribution if you still use one of these:
``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``, - ``Products.BTreeFolder2``
``Products.PythonScripts`` or ``Products.StandardCacheManagers``. - ``Products.ExternalMethod``
- ``Products.MailHost``
- ``Products.MIMETools``
- ``Products.PythonScripts``
- ``Products.StandardCacheManagers``
- ``Products.ZCTextIndex``
...@@ -56,7 +56,6 @@ eggs = ...@@ -56,7 +56,6 @@ eggs =
Products.OFSP Products.OFSP
Products.SiteErrorLog Products.SiteErrorLog
Products.ZCatalog Products.ZCatalog
Products.ZCTextIndex
Record Record
Zope2 Zope2
# RestrictedPython has an optional dependency on DateTime, make sure to run its # RestrictedPython has an optional dependency on DateTime, make sure to run its
...@@ -72,6 +71,7 @@ eggs = ...@@ -72,6 +71,7 @@ eggs =
Products.MailHost Products.MailHost
Products.PythonScripts Products.PythonScripts
Products.StandardCacheManagers Products.StandardCacheManagers
Products.ZCTextIndex
[ztktests] [ztktests]
......
...@@ -62,7 +62,6 @@ setup( ...@@ -62,7 +62,6 @@ setup(
'Products.OFSP >= 2.13.2', 'Products.OFSP >= 2.13.2',
'Products.SiteErrorLog', 'Products.SiteErrorLog',
'Products.ZCatalog', 'Products.ZCatalog',
'Products.ZCTextIndex',
'Record', 'Record',
'RestrictedPython', 'RestrictedPython',
'ZConfig >= 2.9.2', 'ZConfig >= 2.9.2',
......
# Version pins for required dependencies. # Version pins for required and commonly used dependencies.
[versions] [versions]
Zope2 = Zope2 =
......
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