[Checkins] SVN: grok/branches/philikon-eggification/buildout.cfg The application definition depends on a few zope.app packages (twisted,

Philipp von Weitershausen philikon at philikon.de
Tue Apr 24 09:23:40 EDT 2007


Log message for revision 74701:
  The application definition depends on a few zope.app packages (twisted,
  securitypolicy, zcmlfiles) because it wants to load them in site.zcml. These
  aren't dependencies of Grok itself, so they aren't added to Grok's setup.py.
  

Changed:
  U   grok/branches/philikon-eggification/buildout.cfg

-=-
Modified: grok/branches/philikon-eggification/buildout.cfg
===================================================================
--- grok/branches/philikon-eggification/buildout.cfg	2007-04-24 11:52:28 UTC (rev 74700)
+++ grok/branches/philikon-eggification/buildout.cfg	2007-04-24 13:23:39 UTC (rev 74701)
@@ -8,7 +8,10 @@
 location =
 
 [app]
-eggs = grok
+eggs = zope.app.twisted
+       zope.app.securitypolicy
+       zope.app.zcmlfiles
+       grok
        grokwiki
 recipe = zc.zope3recipes:app
 site.zcml = <include package="zope.security" file="meta.zcml" />



More information about the Checkins mailing list