From 12a7ce54d93346e49efe1b14d1ad61d949adbbcc Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 11 May 2020 15:08:32 +0100 Subject: [PATCH] Ubuntu 20.04 needs python3-wheel to be explicitly installed. --- pkg/debian/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/setup.sh b/pkg/debian/setup.sh index 2312a7063..7457e53f0 100755 --- a/pkg/debian/setup.sh +++ b/pkg/debian/setup.sh @@ -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