zope.lifecycleevent dependencies
Souheil CHELFOUH <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAJGKBKaZrBVH=mARywZccPUNOCdzg7CAMyivNDrqQv59yozWdw@mail.gmail.com> |
Hello all, I've been poking the dependencies of several zope packages and it appears that : zope.interface >= 4.0 contains IObjectEvent and its implementation ObjectEvent zope.component >= 4.0 contains import of IObjectEvent and ObjectEvent zope.lifecycleevent >= 4.0 imports IObjectEvent and ObjectEvent from zope.component, and doesn't import anything else from this package, only in the tests. We could free zope.lifecycleevent from the zope.component dependency, making it a test dependency only - Souheil _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )