Ubuntu 20.04 needs python3-wheel to be explicitly installed.
parent
9d08776824
commit
12a7ce54d9
|
|
@ -25,5 +25,5 @@ apt update
|
|||
|
||||
# Install pre-reqs
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue