From f04cb2237abc215674068917881ddbb113b08ef8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 31 Aug 2021 13:20:11 +0100 Subject: [PATCH] add python 2.7 to list of packages to install --- install-hdl-apt-reqs | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2