You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 19 / wildcard.fixmissing-1.0-1.lbn19.noarch

wildcard.fixmissing-1.0-1.lbn19.noarch

Package Attributes
RPM  wildcard.fixmissing-1.0-1.lbn19.noarch.rpm Architecture  noarch Size  7491 Created  2019/09/30 06:53:00 UTC
Package Specification
Summary a package that allows you to fix missing modules which cause errors with the ZODB
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/w/wildcard.fixmissing/wildcard.fixmissing-1.0.zip
Description

This package allows you to fix problems with missing classes when packages do not properly uninstall.

To define which classes or interfaces need to be fixed, you need to specify them as environment variables in your buildout file.

The format for replacement classes is MISSING_

For instance:

[instance] recipe = plone.recipe.zope2instance ... environment-vars = MISSING_ICatalog zc.relation.interfaces MISSING_IQueue collective.pdfpeek.async MISSING_Queue collective.pdfpeek.async MISSING_IPDFpeekLayer collective.pdfpeek.browser.interfaces ...

You can also define a replacement module to use instead of having wildcard.fixmissing automatically create it for you.

Example:

[instance] recipe = plone.recipe.zope2instance ... environment-vars = MISSING_ICatalog zc.relation.interfaces=my.module.interfaces ...

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
/bin/sh  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
Provides
wildcard.fixmissing

Document Actions