Comment 6 for bug 542634

Revision history for this message
Gediminas Paulauskas (menesis) wrote :

Zope packages that come from Debian are built using van.pydeb that generates Depends field automatically from requirements specified in setup.py file. Some packages, like zope.browserpage, depend on other packages and also an optional part of it (extra) that has more dependencies. This is specified in setup.py as install_requires="zope.security [untrustedpython]" and van.pydeb translates that to a debian binary package name python-zope.security-untrustedpython. So we need a virtual package named like this.

Hope that's a better explanation of the bug.

Comment #4 talks about SchoolTool PPA but there are packages already in archive that need this to be properly packaged: zope.browserpage (Bug #564985) and zope.app.pagetemplate (Bug #561455).