[Checkins] SVN: zopetoolkit/trunk/buildout.cfg Update to newer version of the depgraph recipe

Hanno Schlichting hannosch at hannosch.eu
Sat Dec 26 10:30:59 EST 2009


Log message for revision 107096:
  Update to newer version of the depgraph recipe
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2009-12-26 15:27:42 UTC (rev 107095)
+++ zopetoolkit/trunk/buildout.cfg	2009-12-26 15:30:58 UTC (rev 107096)
@@ -7,7 +7,7 @@
 [versions]
 tl.eggdeps = 0.4
 z3c.recipe.compattest = 0.9
-z3c.recipe.depgraph = 0.3
+z3c.recipe.depgraph = 0.5
 
 [test-ztk]
 recipe = z3c.recipe.compattest
@@ -16,5 +16,6 @@
 [depgraph]
 recipe = z3c.recipe.depgraph
 eggs = ${ztk:packages}
+extras = True
 variants = base 
            scc



More information about the checkins mailing list