[Checkins] SVN: Products.PythonScripts/trunk/buildout.cfg Test against Zope2 KGS, this package depends on Zope2, so it can depend on its KGS

Hano Schlichting cvs-admin at zope.org
Sun Sep 9 10:32:47 UTC 2012


Log message for revision 127779:
  Test against Zope2 KGS, this package depends on Zope2, so it can depend on its KGS
  

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

-=-
Modified: Products.PythonScripts/trunk/buildout.cfg
===================================================================
--- Products.PythonScripts/trunk/buildout.cfg	2012-09-08 07:58:46 UTC (rev 127778)
+++ Products.PythonScripts/trunk/buildout.cfg	2012-09-09 10:32:43 UTC (rev 127779)
@@ -1,15 +1,8 @@
 [buildout]
-extends = http://download.zope.org/zopetoolkit/index/1.0.7/ztk-versions.cfg
+extends = http://download.zope.org/Zope2/index/2.13.16/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