# HG changeset patch # User Fabien Amarger <fabien.amarger@logilab.fr> # Date 1709117704 -3600 # Wed Feb 28 11:55:04 2024 +0100 # Node ID 6a11174bfd7c46f87d71c1e5338a4fc0c16c1d14 # Parent 16a096e7ecd6e854c47b9c1d2fdffa0ca1bb38e8 fix: Add Jinja2 dependency which is needed for the Docker image build since there is the pyramid.ini.j2 diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py --- a/cubicweb_rodolf/__pkginfo__.py +++ b/cubicweb_rodolf/__pkginfo__.py @@ -19,6 +19,7 @@ "cubicweb-rq": None, "requests": None, "pyshacl": None, + "Jinja2": None, } __recommends__ = {}