[Checkins] SVN: grok/branches/philikon-eggification/ *sigh* These are actually ftesting dependencies of Grok, so we'll have to include

Philipp von Weitershausen philikon at philikon.de
Tue Apr 24 09:41:39 EDT 2007


Log message for revision 74702:
  *sigh* These are actually ftesting dependencies of Grok, so we'll have to include
  them in setup.py.
  

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

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

Modified: grok/branches/philikon-eggification/setup.py
===================================================================
--- grok/branches/philikon-eggification/setup.py	2007-04-24 13:23:39 UTC (rev 74701)
+++ grok/branches/philikon-eggification/setup.py	2007-04-24 13:41:38 UTC (rev 74702)
@@ -41,5 +41,11 @@
                       'zope.schema',
                       'zope.security',
                       'zope.testing',
-                      'zope.traversing'],
+                      'zope.traversing',
+
+                      # needed for ftests and typical deployments
+                      'zope.testbrowser',
+                      'zope.app.twisted',
+                      'zope.app.securitypolicy',
+                      'zope.app.zcmlfiles'],
 )



More information about the Checkins mailing list