Zope 3 dependencies in Zope 2 buildoutDescribe a buildout recipe to avoid fetching zope 3 libraries when installing eggs with zope 3 depedencies in a zope 2 buildout I got tired removing zope.interface, zope.component, zope.deferredimport, zope.event, ... of my eggs folder inside my buildout when installing package such as z3c.sqlalchemy in my Zope2 / Plone buildouts ... So if you list your zope library :
You will get
Where each of these file will be seen for setuptools as an egg: $ cat yourbuildout/develop-eggs/zope.app.component.egg-info Sure this might look like an ugly hook but I can't wait for zope 2 eggification |
No distribution and broken links
... and maybe then I can also conclude if it's great in a hacky or in a beautiful way. :-)
--Daniel Nouri
RE: No distribution and broken links
Thanks!!
-- Daniel
- Martin/optilude