[Checkins] SVN: zope.security/branches/3.4/ Added dependency 'zope.thread' to setup.py, without the tests were

Ignas Mikalajënas ignas at pov.lt
Mon Mar 23 08:51:15 EDT 2009


Log message for revision 98318:
  Added dependency 'zope.thread' to setup.py, without the tests were
  failing.
  

Changed:
  U   zope.security/branches/3.4/CHANGES.txt
  U   zope.security/branches/3.4/setup.py

-=-
Modified: zope.security/branches/3.4/CHANGES.txt
===================================================================
--- zope.security/branches/3.4/CHANGES.txt	2009-03-23 12:49:57 UTC (rev 98317)
+++ zope.security/branches/3.4/CHANGES.txt	2009-03-23 12:51:15 UTC (rev 98318)
@@ -5,6 +5,9 @@
 3.4.2 - (unreleased)
 -------------------------------
 
+- Added dependency 'zope.thread' to setup.py, without the tests were
+  failing.
+
 - Backported a fix made by Albertas Agejevas to the 3.4 branch. He
   fixed a bug in DecoratedSecurityCheckerDescriptor which made
   security-wrapping location proxied exception instances throw

Modified: zope.security/branches/3.4/setup.py
===================================================================
--- zope.security/branches/3.4/setup.py	2009-03-23 12:49:57 UTC (rev 98317)
+++ zope.security/branches/3.4/setup.py	2009-03-23 12:51:15 UTC (rev 98318)
@@ -73,6 +73,7 @@
                         'zope.interface',
                         'zope.location',
                         'zope.proxy >= 3.4.2',
+                        'zope.thread',
                         'zope.schema',
                         ],
       extras_require = dict(



More information about the Checkins mailing list