[Checkins] SVN: zope.app.sqlscript/trunk/buildout.cfg add versions pins necessary to get a working buildout

Wolfgang Schnerring wosc at wosc.de
Thu Jan 29 15:06:50 EST 2009


Log message for revision 95524:
  add versions pins necessary to get a working buildout
  

Changed:
  U   zope.app.sqlscript/trunk/buildout.cfg

-=-
Modified: zope.app.sqlscript/trunk/buildout.cfg
===================================================================
--- zope.app.sqlscript/trunk/buildout.cfg	2009-01-29 20:00:14 UTC (rev 95523)
+++ zope.app.sqlscript/trunk/buildout.cfg	2009-01-29 20:06:49 UTC (rev 95524)
@@ -6,8 +6,10 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.sqlscript [test]
+       zope.app.zapi # zope.app.component-3.4.1 does not declare this
 
 [versions]
 zope.publisher = 3.4.1
 zope.app.publisher = 3.4.0
 zope.traversing = 3.4.0
+zope.app.component = 3.4.1
\ No newline at end of file



More information about the Checkins mailing list