From: Konstantinos Margaritis Date: Sun, 12 Mar 2023 10:58:47 +0000 (+0000) Subject: add missing libpython3.7-dev dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=577650135b6d19f63a7de31f759991005b576805;p=dev-env-setup.git add missing libpython3.7-dev dependency --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 3854e72..ab5c568 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -27,6 +27,7 @@ apt-get install -y autoconf \ libgmp-dev \ libmpfr-dev \ libpng++-dev \ + libpython3.7-dev \ libreadline-dev \ libreadline7 \ minicom \