Buildout Recipe Tip
- aclark
- Nov. 28, 2007
When package and distribution names don't match
Sometimes a Plone add-on is distributed as a compressed archive and is extracted to the foo/
directory but the Python package is named bar
. This can be a problem when using plone.recipe.distros because when bar
is extracted to parts/productdistros/foo
the Plone add-on will not be loaded by Zope.
Fortunately there is hexagonit.recipe.download which allows you to specify the destination. For example, ZNagios …