[Checkins] SVN: grok/trunk/setup.py Added zope.app.session, zope.app.securitypolicy and zope.app.error

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jun 23 10:08:37 EDT 2008


Log message for revision 87670:
  Added zope.app.session, zope.app.securitypolicy and zope.app.error
  for backwards compatibility as dependencies. The versions.cfg file
  already requires the correct versions for these deps.

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2008-06-23 14:05:44 UTC (rev 87669)
+++ grok/trunk/setup.py	2008-06-23 14:08:37 UTC (rev 87670)
@@ -56,7 +56,6 @@
                       'zope.app.publisher',
                       'zope.app.renderer',
                       'zope.app.security',
-                      'zope.app.securitypolicy',
                       'zope.app.testing',
                       'zope.app.twisted',
                       'zope.app.zcmlfiles',
@@ -85,5 +84,9 @@
                       'z3c.flashmessage',
                       'z3c.autoinclude',
                       'z3c.testsetup',
+                      # deprecated packages, there for backwards compatibility
+                      'zope.app.error',
+                      'zope.app.securitypolicy',
+                      'zope.app.session',
                       ],
 )



More information about the Checkins mailing list