[Checkins] SVN: z3c.pdftemplate/trunk/buildout.cfg pin lxml at a cross-platform safe version

Adam Groszer cvs-admin at zope.org
Tue Aug 28 16:26:08 UTC 2012


Log message for revision 127601:
  pin lxml at a cross-platform safe version

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

-=-
Modified: z3c.pdftemplate/trunk/buildout.cfg
===================================================================
--- z3c.pdftemplate/trunk/buildout.cfg	2012-08-28 16:11:02 UTC (rev 127600)
+++ z3c.pdftemplate/trunk/buildout.cfg	2012-08-28 16:26:05 UTC (rev 127601)
@@ -1,10 +1,11 @@
 [buildout]
 develop = .
 parts = test
+versions = versions
 
+[versions]
+lxml = 2.3
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.pdftemplate [test]
-
-
-



More information about the checkins mailing list