From c9db96ae5adecf29b21b613f495d25e0499cc333 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 12:55:15 +0000 Subject: [PATCH] add python3-cffi to depedencies --- install-hdl-apt-reqs | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2