From: Luke Kenneth Casson Leighton Date: Tue, 31 Aug 2021 12:20:11 +0000 (+0100) Subject: add python 2.7 to list of packages to install X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=f04cb2237abc215674068917881ddbb113b08ef8 add python 2.7 to list of packages to install --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 8ea2230..b46a44a 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -45,6 +45,7 @@ apt-get install -y autoconf \ ninja-build \ pkg-config \ python \ + python2.7 \ python-dev \ python-setuptools \ python-virtualenv \