[Checkins] SVN: zc.resourcelibrary/trunk/ zope.site is really a test dependency

Thomas Lotze tl at gocept.com
Thu Oct 8 08:04:01 EDT 2009


Log message for revision 104920:
  zope.site is really a test dependency

Changed:
  U   zc.resourcelibrary/trunk/CHANGES.txt
  U   zc.resourcelibrary/trunk/setup.py

-=-
Modified: zc.resourcelibrary/trunk/CHANGES.txt
===================================================================
--- zc.resourcelibrary/trunk/CHANGES.txt	2009-10-08 11:35:22 UTC (rev 104919)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2009-10-08 12:04:00 UTC (rev 104920)
@@ -11,6 +11,7 @@
 - Look up the "resources view" via queryMultiAdapter instead of looking into
   the adapter registry.
 
+- Moved the dependency on zope.site to the test dependencies.
 
 1.2.0 (2009-06-04)
 ------------------

Modified: zc.resourcelibrary/trunk/setup.py
===================================================================
--- zc.resourcelibrary/trunk/setup.py	2009-10-08 11:35:22 UTC (rev 104919)
+++ zc.resourcelibrary/trunk/setup.py	2009-10-08 12:04:00 UTC (rev 104920)
@@ -56,6 +56,7 @@
                 'zope.app.zcmlfiles',
                 'zope.pagetemplate',
                 'zope.securitypolicy',
+                'zope.site',
                 'zope.testbrowser',
                 'zope.testing',
                 ]),
@@ -67,7 +68,6 @@
                         'zope.interface',
                         'zope.publisher',
                         'zope.security',
-                        'zope.site',
                         'zope.tales',
                         'zope.traversing',
                         ],



More information about the checkins mailing list