<div dir="ltr">Hello all,<br><div><br>I&#39;ve been poking the dependencies of several zope packages and it appears that :<br><br>zope.interface &gt;= 4.0 contains IObjectEvent and its implementation ObjectEvent<br></div><div>
zope.component &gt;= 4.0 contains import of IObjectEvent and ObjectEvent<br></div><div>zope.lifecycleevent &gt;= 4.0 imports IObjectEvent and ObjectEvent from zope.component, and doesn&#39;t import anything else from this package, only in the tests.<br>
<br>We could free zope.lifecycleevent from the zope.component dependency, making it a test dependency only<br><br></div><div>- Souheil<br></div></div>