Commit 11754135 authored by Hanno Schlichting's avatar Hanno Schlichting

Dropped the direct dependencies on packages that have been factored out of the...

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 distribution if you still use one of these: ``Products.BTreeFolder2``, ``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``, ``Products.PythonScripts`` or ``Products.StandardCacheManagers``.
parent e26a4e5d
......@@ -53,12 +53,7 @@ eggs =
Missing
MultiMapping
Persistence
Products.BTreeFolder2
Products.ExternalMethod
Products.MailHost
Products.OFSP
Products.PythonScripts
Products.StandardCacheManagers
Products.ZCTextIndex
Record
RestrictedPython
......
......@@ -15,3 +15,12 @@ Bugs Fixed
Features Added
++++++++++++++
Restructuring
+++++++++++++
- 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
distribution if you still use one of these: ``Products.BTreeFolder2``,
``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``,
``Products.PythonScripts`` or ``Products.StandardCacheManagers``.
......@@ -104,13 +104,6 @@ setup(name='Zope2',
'zope.testing',
'zope.traversing',
'zope.viewlet',
# BBB optional dependencies to be removed in Zope 2.14
'Products.BTreeFolder2',
'Products.ExternalMethod',
'Products.MailHost',
'Products.MIMETools',
'Products.PythonScripts',
'Products.StandardCacheManagers',
] + additional_install_requires,
include_package_data=True,
......
......@@ -9,12 +9,7 @@ Missing = svn ^/Missing/trunk
MultiMapping = svn ^/MultiMapping/trunk
nt_svcutils = svn ^/nt_svcutils/trunk
Persistence = svn ^/Persistence/trunk
Products.BTreeFolder2 = svn ^/Products.BTreeFolder2/trunk
Products.ExternalMethod = svn ^/Products.ExternalMethod/trunk
Products.MIMETools = svn ^/Products.MIMETools/trunk
Products.OFSP = svn ^/Products.OFSP/trunk
Products.PythonScripts = svn ^/Products.PythonScripts/trunk
Products.StandardCacheManagers = svn ^/Products.StandardCacheManagers/trunk
Products.ZCTextIndex = svn ^/Products.ZCTextIndex/trunk
Record = svn ^/Record/trunk
tempstorage = svn ^/tempstorage/trunk
......
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