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

Marius Gedminas marius at pov.lt
Tue Mar 4 12:08:47 EST 2008


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.
  
  

Changed:
  U   zope.security/trunk/CHANGES.txt
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2008-03-04 16:59:30 UTC (rev 84458)
+++ zope.security/trunk/CHANGES.txt	2008-03-04 17:08:41 UTC (rev 84459)
@@ -2,7 +2,11 @@
 CHANGES
 =======
 
+(unreleased)
+------------
 
+- Updated dependencies (added zope.thread explictly).
+
 3.4.0 - 2007/10/02
 ------------------
 

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2008-03-04 16:59:30 UTC (rev 84458)
+++ zope.security/trunk/setup.py	2008-03-04 17:08:41 UTC (rev 84459)
@@ -74,6 +74,7 @@
                         'zope.location',
                         'zope.proxy',
                         'zope.schema',
+                        'zope.thread',
                         ],
       extras_require = dict(
           untrustedpython=["RestrictedPython"]



More information about the Checkins mailing list