Ubuntu 20.04 needs python3-wheel to be explicitly installed.

This commit is contained in:
Dave Page 2020-05-11 15:08:32 +01:00
parent 9d08776824
commit 12a7ce54d9

View File

@ -25,5 +25,5 @@ apt update
# Install pre-reqs # Install pre-reqs
echo "Installing build pre-requisites..." echo "Installing build pre-requisites..."
apt install -y build-essential python3-dev python3-venv python3-sphinx libpq-dev libffi-dev qt5-default nodejs yarn apt install -y build-essential python3-dev python3-venv python3-sphinx python3-wheel libpq-dev libffi-dev qt5-default nodejs yarn