[Checkins] SVN: zopetoolkit/trunk/buildout.cfg Added elementtree version, needed by mr.developer on python2.4

Christophe Combelles ccomb at free.fr
Mon Jan 25 07:35:07 EST 2010


Log message for revision 108472:
  Added elementtree version, needed by mr.developer on python2.4
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2010-01-25 12:21:53 UTC (rev 108471)
+++ zopetoolkit/trunk/buildout.cfg	2010-01-25 12:35:07 UTC (rev 108472)
@@ -15,6 +15,9 @@
 z3c.recipe.compattest = 0.12.1
 z3c.recipe.depgraph = 0.5
 mr.developer = 1.9
+# needed by mr.developer with python 2.4:
+# we can upgrade to 1.2.7 as soon as it is released
+elementtree = 1.2.6-20050316
 
 [test-ztk]
 recipe = z3c.recipe.compattest



More information about the checkins mailing list