From b7b6c696942dc0d4440140fc726be28e29dac4d8 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 26 Jun 2023 21:40:50 +0200 Subject: [PATCH] keygen: temporarily specify jinja2 version in requirements.txt It seems that sphinx incorrectly specifies its jinja2 dependency. There is some backward incompatible change in 3.1.x and sphinx fails because of that. Let's temporarily stay with an older version. --- keygen/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keygen/requirements.txt b/keygen/requirements.txt index edd49ddb4..dc4150b8f 100644 --- a/keygen/requirements.txt +++ b/keygen/requirements.txt @@ -5,3 +5,7 @@ mock pytest pytest-cov +# It seems that sphinx incorrectly specifies its jinja2 dependency. +# There is some backward incompatible change in 3.1.x and sphinx fails +# because of that. Let's temporarily stay with an older version. +jinja2==3.0.0