[Checkins] SVN: grok/branches/0.12/buildout.cfg Annoyingly enough	my buildout breaks if I don't do this.
    Martijn Faassen 
    faassen at infrae.com
       
    Fri Dec 12 08:53:44 EST 2008
    
    
  
Log message for revision 93953:
  Annoyingly enough my buildout breaks if I don't do this.
  
Changed:
  U   grok/branches/0.12/buildout.cfg
-=-
Modified: grok/branches/0.12/buildout.cfg
===================================================================
--- grok/branches/0.12/buildout.cfg	2008-12-12 13:40:53 UTC (rev 93952)
+++ grok/branches/0.12/buildout.cfg	2008-12-12 13:53:44 UTC (rev 93953)
@@ -5,6 +5,9 @@
 extends = versions.cfg
 versions = versions
 
+[versions]
+zope.testing = 3.6.0
+
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs
    
    
More information about the Checkins
mailing list