[Checkins] SVN: z3c.formdemo/trunk/buildout.cfg use the 3.4 kgs and pin lxml so this thing will actually start up.

Paul Carduner paulcarduner at gmail.com
Wed Mar 18 12:48:59 EDT 2009


Log message for revision 98242:
  use the 3.4 kgs and pin lxml so this thing will actually start up.

Changed:
  U   z3c.formdemo/trunk/buildout.cfg

-=-
Modified: z3c.formdemo/trunk/buildout.cfg
===================================================================
--- z3c.formdemo/trunk/buildout.cfg	2009-03-18 16:44:21 UTC (rev 98241)
+++ z3c.formdemo/trunk/buildout.cfg	2009-03-18 16:48:59 UTC (rev 98242)
@@ -1,7 +1,8 @@
 [buildout]
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
 develop = .
 parts = demo test coverage eggdeps
-#index = http://download.zope.org/zope3.4/
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
@@ -31,3 +32,7 @@
 
 [database]
 recipe = zc.recipe.filestorage
+
+[versions]
+lxml = 2.1.2
+z3c.formdemo =
\ No newline at end of file



More information about the Checkins mailing list