From: colepoirier Date: Fri, 15 May 2020 19:06:51 +0000 (-0700) Subject: Added python3-setuptools to 'install-apt-reqs' script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef626c8a0dd00e8402629d5c4562d2e9b4856231;p=dev-env-setup.git Added python3-setuptools to 'install-apt-reqs' script --- diff --git a/install-apt-reqs b/install-apt-reqs index bd857f1..e2bfeab 100755 --- a/install-apt-reqs +++ b/install-apt-reqs @@ -37,6 +37,7 @@ apt-get install -y autoconf \ python3.7 \ python3.7-dev \ python3-nose \ + python3-setuptools \ python3-venv \ qemu-system-ppc \ tcl \