From: Luke Kenneth Casson Leighton Date: Sun, 20 Feb 2022 18:28:36 +0000 (+0000) Subject: add python3-jinja2 to list of dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e45eaa3c3e3c049e74b2d57ef14d1ac098602e4;p=dev-env-setup.git add python3-jinja2 to list of dependencies --- 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 \