[Checkins] SVN: zope.kgs/trunk/buildout.cfg Fix lxml for now, since the latest 2.2 beta does nto work well.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Feb 1 23:33:50 EST 2009


Log message for revision 95950:
  Fix lxml for now, since the latest 2.2 beta does nto work well.
  

Changed:
  U   zope.kgs/trunk/buildout.cfg

-=-
Modified: zope.kgs/trunk/buildout.cfg
===================================================================
--- zope.kgs/trunk/buildout.cfg	2009-02-01 23:28:49 UTC (rev 95949)
+++ zope.kgs/trunk/buildout.cfg	2009-02-02 04:33:48 UTC (rev 95950)
@@ -1,7 +1,7 @@
 [buildout]
 develop = .
-index = http://download.zope.org/zope3.4
 parts = test scripts
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
@@ -10,3 +10,6 @@
 [scripts]
 recipe = zc.recipe.egg:scripts
 eggs = zope.kgs
+
+[versions]
+lxml = 2.1.5



More information about the Checkins mailing list