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). -- Add python-zope.security-untrustedpython metapackage https://bugs.launchpad.net/bugs/542634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
