[Zope-dev] Heads up: Dependencies!

Roger Ineichen dev at projekt01.ch
Sat Apr 12 10:15:32 EDT 2008


Hi all

I try to do a cleaup all zope packages and found 
some wired dependencies and bad setup. One of this 
bad things is the following:

The zope.dublincore package defines in setup.py

install_requires = ['setuptools',
                    'zope.annotation',
                    'zope.component',
                    'zope.interface',
                    # testing dependencies
                    'zope.testing',
                    'zope.security',
                    'zope.app.testing',
                    ],

I guess this is one of the packages which makes it
impossible to get rid of testing stuff on production 
servers! right or not?

This happens in 3.4.0, 3.4.0a1 was Ok.

Can anybody agree that the testing dependencies
should go to extra_requires ['test'] ?

Regards
Roger Ineichen
_____________________________
END OF MESSAGE



More information about the Zope-Dev mailing list