From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 12:55:15 +0000 (+0000) Subject: add python3-cffi to depedencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9db96ae5adecf29b21b613f495d25e0499cc333;p=dev-env-setup.git add python3-cffi to depedencies --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index b46a44a..c8c5472 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -55,6 +55,7 @@ apt-get install -y autoconf \ python3-setuptools \ python-svgwrite \ python3-svgwrite \ + python3-cffi \ python3-venv \ python3-sphinx \ python3-sphinx-rtd-theme \