[Checkins] SVN: zope.location/trunk/ Add zope.deferredimport as a dependency as it's used by directly by zope.location.pickling.

Brian Sutherland jinty at web.de
Wed Jun 10 09:25:50 EDT 2009


Log message for revision 100796:
  Add zope.deferredimport as a dependency as it's used by directly by zope.location.pickling.

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

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2009-06-10 13:23:11 UTC (rev 100795)
+++ zope.location/trunk/CHANGES.txt	2009-06-10 13:25:49 UTC (rev 100796)
@@ -5,7 +5,8 @@
 3.5.5 (unreleased)
 ------------------
 
-- ...
+- Add zope.deferredimport as a dependency as it's used by directly by
+  zope.location.pickling.
 
 3.5.4 (2009-05-17)
 ------------------

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2009-06-10 13:23:11 UTC (rev 100795)
+++ zope.location/trunk/setup.py	2009-06-10 13:25:49 UTC (rev 100796)
@@ -53,6 +53,7 @@
       namespace_packages=['zope',],
       install_requires=['setuptools',
                         'zope.interface',
+                        'zope.deferredimport',
                         'zope.schema>=3.5.1dev',
                         'zope.component',
                         'zope.proxy>3.3',



More information about the Checkins mailing list