From 88d2d582e45c814ea8407373048ef346f37fbdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Mon, 19 Aug 2013 12:05:26 +0000 Subject: [PATCH] resiliency stack: pin old s.r.template. Because new s.r.templare requires new Jinja2. --- stack/resilient/buildout.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg index d59dacd14..a71eadc8c 100644 --- a/stack/resilient/buildout.cfg +++ b/stack/resilient/buildout.cfg @@ -80,4 +80,6 @@ output = ${buildout:directory}/instance-frozen.cfg [versions] # Pin Jinja2 to 2.6, as 2.7 breaks current code Jinja2 = 2.6 +# ... And newer s.r.template requires Jinja2 >= 2.7 +slapos.recipe.template = 2.4.2 -- 2.30.9