[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/trunk/buildout.cfg pin zodb3 to be used with 2.4 - set py as interpreter for compatibility with virtualenv

Jean-Francois Roche jfroche at jfroche.be
Mon Oct 18 10:08:38 EDT 2010


Log message for revision 117709:
  pin zodb3 to be used with 2.4 - set py as interpreter for compatibility with virtualenv

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/trunk/buildout.cfg

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/trunk/buildout.cfg
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/buildout.cfg	2010-10-18 13:51:11 UTC (rev 117708)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/buildout.cfg	2010-10-18 14:08:37 UTC (rev 117709)
@@ -2,7 +2,11 @@
 develop = .
 parts = py test test-coverage z3c.coverage omelette
 prefer-final = true
+versions = versions
 
+[versions]
+ZODB3 = 3.9.7
+
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
@@ -11,7 +15,7 @@
 
 [py]
 recipe = zc.recipe.egg
-interpreter = python
+interpreter = py
 eggs = z3c.taskqueue
 
 [test-coverage]



More information about the checkins mailing list