From 3687472201332d389f2146ef18b1be239424e2d5 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 7 Jan 2021 11:14:46 +0000 Subject: [PATCH] The qt5-default package has been deprecated from Debian Bullseye. --- 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 f19b2ef70..839132ea2 100755 --- a/pkg/debian/setup.sh +++ b/pkg/debian/setup.sh @@ -30,5 +30,5 @@ apt update # Install pre-reqs echo "Installing build pre-requisites..." -apt install -y build-essential python3-dev python3-venv python3-sphinx python3-wheel 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 qtbase5-dev qt5-qmake nodejs yarn