From 0e45eaa3c3e3c049e74b2d57ef14d1ac098602e4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 20 Feb 2022 18:28:36 +0000 Subject: [PATCH] add python3-jinja2 to list of dependencies --- install-hdl-apt-reqs | 1 + 1 file changed, 1 insertion(+) diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index c8c5472..afd289e 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -57,6 +57,7 @@ apt-get install -y autoconf \ python3-svgwrite \ python3-cffi \ python3-venv \ + python3-jinja2 \ python3-sphinx \ python3-sphinx-rtd-theme \ python3-recommonmark \ -- 2.30.2