Comment 1 for bug 435516

Revision history for this message
Leonard Richardson (leonardr) wrote : Re: lazr.restful depends on ZODB3

Hmm. We use that class to generate the WADL file from the WADL template, and (less importantly) the default HTML reprepresentation of an entry. But it looks like there's no way to get zope.app.pagetemplate without triggering that dependency.

Since there's only one complicated template, we could rewrite it to use some other templating engine that has fewer dependencies. Or we could change zope.app.pagetemplate to not need zope.dublincore all the time. Those are the only solutions I see.