[Checkins] SVN: Products.PythonScripts/trunk/buildout.cfg Fix incompatible ZTK / Zope versions.

Tres Seaver cvs-admin at zope.org
Fri Sep 7 16:27:26 UTC 2012


Log message for revision 127777:
  Fix incompatible ZTK / Zope versions.

Changed:
  U   Products.PythonScripts/trunk/buildout.cfg

-=-
Modified: Products.PythonScripts/trunk/buildout.cfg
===================================================================
--- Products.PythonScripts/trunk/buildout.cfg	2012-09-07 16:18:29 UTC (rev 127776)
+++ Products.PythonScripts/trunk/buildout.cfg	2012-09-07 16:27:22 UTC (rev 127777)
@@ -1,7 +1,15 @@
 [buildout]
+extends = http://download.zope.org/zopetoolkit/index/1.0.7/ztk-versions.cfg
 develop = .
 parts = interpreter test
+versions = versions
 
+[versions]
+# Work around version conflicts
+zope.testbrowser = 3.11.1
+mechanize = 0.2.5
+zLOG = 2.11.1
+
 [interpreter]
 recipe = zc.recipe.egg
 interpreter = python



More information about the checkins mailing list