Closed Bug 1132490 Opened 9 years ago Closed 9 years ago

compiled jinja2 needs to be at version 2.7.2

Categories

(Cloud Services :: Operations: Marketplace, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1132281

People

(Reporter: kumar, Unassigned)

Details

It looks like we have a regression from bug 1025162, the compiled jinja2 on dev is incorrect:

[kmcmillan@dev1.addons.phx1 zamboni]$ scl enable python27 "../venv/bin/python manage.py shell"
Python 2.7.5 (default, Sep 12 2013, 19:47:54)
>>> import jinja2
>>> jinja2.__version__
'2.6'

It should be on 2.7.2: https://github.com/mozilla/zamboni/blob/master/requirements/compiled.txt#L4
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.