Commit ce5d0149 authored by Hanno Schlichting's avatar Hanno Schlichting

Add a dependency on the empty ZServer project.

parent 6e1a695b
...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/ ...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.25 (unreleased) 2.13.25 (unreleased)
-------------------- --------------------
- Add a dependency on the empty `ZServer` project.
- Patch zope.interface to remove docstrings and avoid publishing. - Patch zope.interface to remove docstrings and avoid publishing.
From Products.PloneHotfix20161129. [maurits] From Products.PloneHotfix20161129. [maurits]
......
...@@ -117,6 +117,7 @@ setup( ...@@ -117,6 +117,7 @@ setup(
'Products.ZCatalog', 'Products.ZCatalog',
'Products.ZCTextIndex', 'Products.ZCTextIndex',
'Record', 'Record',
'ZServer',
] + additional_install_requires, ] + additional_install_requires,
include_package_data=True, include_package_data=True,
......
...@@ -28,6 +28,7 @@ tempstorage = < 2.13.dev ...@@ -28,6 +28,7 @@ tempstorage = < 2.13.dev
zExceptions = < 3.0.dev zExceptions = < 3.0.dev
zLOG = < 2.12.dev zLOG = < 2.12.dev
ZopeUndo = < 2.13.dev ZopeUndo = < 2.13.dev
ZServer = < 4.0.dev
# Zope Toolkit 1.0.x # Zope Toolkit 1.0.x
zope.annotation = < 3.6.dev zope.annotation = < 3.6.dev
......
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