Commit c0a600ca authored by Hanno Schlichting's avatar Hanno Schlichting

Status update on zope.app removal work

parent fda1cde4
...@@ -24,7 +24,7 @@ Zope2 depends on the following zope.app packages directly: ...@@ -24,7 +24,7 @@ Zope2 depends on the following zope.app packages directly:
* Products.Five.browser.pagetemplatefile * Products.Five.browser.pagetemplatefile
* Products.Five.browser.metaconfigure * Products.Five.browser.metaconfigure
- [x] zope.app.publication - [X] zope.app.publication
o ZPublisher.BaseRequest (imports ``EndRequestEvent``) o ZPublisher.BaseRequest (imports ``EndRequestEvent``)
o Products.Five.component (imports ``BeforeTraverseEvent``; o Products.Five.component (imports ``BeforeTraverseEvent``;
ZCML registers subscribers for ``IBeforeTraverseEvent`` ZCML registers subscribers for ``IBeforeTraverseEvent``
...@@ -81,13 +81,13 @@ Zope2 has transitive dependencies on these packages: ...@@ -81,13 +81,13 @@ Zope2 has transitive dependencies on these packages:
o zope.container o zope.container
o zope.app.testing o zope.app.testing
- [_] zope.app.exception - [X] zope.app.exception
o zope.app.publication o zope.app.publication
- [_] zope.app.http - [X] zope.app.http
o zope.app.publication o zope.app.publication
- [_] zope.app.interface - [X] zope.app.interface
o zope.app.component o zope.app.component
- [_] zope.app.localpermission - [_] zope.app.localpermission
......
...@@ -79,14 +79,9 @@ eggs = ...@@ -79,14 +79,9 @@ eggs =
zope.tal zope.tal
zope.tales zope.tales
zope.testbrowser zope.testbrowser
zope.traversing zope.traversing [test]
zope.viewlet zope.viewlet
zope.app.form zope.app.form
# Fetch undeclared ftests dependencies
zope.app.principalannotation
zope.app.securitypolicy
zope.app.zptpage
zope.app.zcmlfiles
defaults = ['--module', '!^(zope[.]app)[.]'] defaults = ['--module', '!^(zope[.]app)[.]']
......
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