[Checkins] SVN: zope.security/trunk/ Add zope.thread dependency explicitly. Currently we get in indirectly

Baiju M mbaiju at zeomega.com
Wed Mar 5 00:39:40 EST 2008


Marius Gedminas wrote:
>  Log message for revision 84459: Add zope.thread dependency
>  explicitly.  Currently we get in indirectly through some [test]
>  component, which causes problems for other eggs that depend on
>  zope.component but not on zope.thread.

In trunk, zope.thread is not used anywhere in zope.security.
There was an unused import of zope.thread which I removed
in r84434 .

$ find . -name "*.*"|xargs grep zope.thread
./.svn/text-base/setup.py.svn-base:                        'zope.thread',
./.svn/text-base/CHANGES.txt.svn-base:- Updated dependencies (added 
zope.thread explictly).
./src/zope/security/.svn/text-base/DEPENDENCIES.cfg.svn-base:zope.thread
./src/zope/security/DEPENDENCIES.cfg:zope.thread
./src/zope.security.egg-info/requires.txt:zope.thread
./CHANGES.txt:- Updated dependencies (added zope.thread explictly).
./setup.py:                        'zope.thread',

Regards,
Baiju M



More information about the Checkins mailing list