[Checkins] SVN: grok/trunk/setup.py zope.pluggableauth needs to be specified as a dependency so that z3c.autoinclude will load the zcml for that package.

Kevin Teague kevin at bud.ca
Wed Apr 7 20:16:27 EDT 2010


Log message for revision 110617:
  zope.pluggableauth needs to be specified as a dependency so that z3c.autoinclude will load the zcml for that package.

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2010-04-07 22:10:31 UTC (rev 110616)
+++ grok/trunk/setup.py	2010-04-08 00:16:26 UTC (rev 110617)
@@ -78,6 +78,7 @@
                       'zope.lifecycleevent',
                       'zope.location',
                       'zope.password',
+                      'zope.plugaableauth',
                       'zope.publisher',
                       'zope.schema',
                       'zope.security',



More information about the checkins mailing list