[Checkins] SVN: grok/branches/1.1/setup.py Add dependencies back into grok that used to be pulled in by other packages. These other packages have been cleaned up, but consumers of grok-1.1.x might very well still depend on these packages to exist.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Fri May 28 17:44:14 EDT 2010


Log message for revision 112828:
  Add dependencies back into grok that used to be pulled in by other packages. These other packages have been cleaned up, but consumers of grok-1.1.x might very well still depend on these packages to exist.

Changed:
  U   grok/branches/1.1/setup.py

-=-
Modified: grok/branches/1.1/setup.py
===================================================================
--- grok/branches/1.1/setup.py	2010-05-28 21:37:13 UTC (rev 112827)
+++ grok/branches/1.1/setup.py	2010-05-28 21:44:13 UTC (rev 112828)
@@ -91,12 +91,20 @@
                       'zope.app.appsetup',
                       'zope.app.pagetemplate',
                       'zope.app.security',
+                      # zope.app.testing has been removed from Grok's
+                      # dependencies which is good, but should - for the
+                      # 1.1 line - still be available to the grok "users".
+                      'zope.app.testing',
                       'zope.app.twisted',
                       'zope.deprecation',
                       'zope.dottedname',
                       'zope.hookable',
                       'zope.i18nmessageid',
                       'zope.pagetemplate',
+                      # zope.testbrowser has been removed from Grok's
+                      # dependencies which is good, but should - for the
+                      # 1.1 line - still be available to the grok "users".
+                      'zope.testbrowser',
                       'zope.proxy',
                       'zope.viewlet',
                       ],



More information about the checkins mailing list