[Checkins] SVN: zope.app.file/trunk/ Added missing dependency on transaction.

Fabio Tranchitella kobold at kobold.it
Wed Aug 5 03:42:54 EDT 2009


Log message for revision 102492:
  Added missing dependency on transaction.

Changed:
  U   zope.app.file/trunk/CHANGES.txt
  U   zope.app.file/trunk/setup.py

-=-
Modified: zope.app.file/trunk/CHANGES.txt
===================================================================
--- zope.app.file/trunk/CHANGES.txt	2009-08-05 07:40:54 UTC (rev 102491)
+++ zope.app.file/trunk/CHANGES.txt	2009-08-05 07:42:54 UTC (rev 102492)
@@ -6,6 +6,7 @@
 ------------------
 
 - Fix ftesting.zcml due to zope.securitypolicy update.
+- Added missing dependency on transaction.
 
 3.5.0 (2009-01-31)
 ------------------

Modified: zope.app.file/trunk/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2009-08-05 07:40:54 UTC (rev 102491)
+++ zope.app.file/trunk/setup.py	2009-08-05 07:42:54 UTC (rev 102492)
@@ -58,6 +58,7 @@
                                   'zope.app.securitypolicy',
                                   'zope.app.zcmlfiles',]),
       install_requires=['setuptools',
+                        'transaction',
                         'ZODB3',
                         'zope.app.publication',
                         'zope.contenttype',



More information about the Checkins mailing list