[Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?
Brandon Craig Rhodes
brandon at rhodesmill.org
Tue Jan 27 05:47:50 EST 2009
We are working on zope.app.renderer and I see that there is a file named
"DEPENDENCIES.cfg" that lists:
docutils
zope.app
zope.component
zope.configuration
zope.interface
zope.schema
zope.structuredtext
zope.testing
while the actual package has a different list of dependencies:
setuptools
docutils
zope.component
zope.configuration
zope.i18nmessageid
zope.interface
zope.publisher
zope.schema
zope.structuredtext
[test]
zope.app.testing
What is the DEPENDENCIES.cfg file for, and why are the dependencies
listed different than the current ones in setup.py? Can I just remove
the redundant information in DEPENDENCIES.cfg and have the information
in just one place instead?
--
Brandon Craig Rhodes brandon at rhodesmill.org http://rhodesmill.org/brandon
More information about the Zope-Dev
mailing list