From 61ce85a47ac7aca6a4c5844c21d2f1c5cfd6d9ec Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 19 Jan 2024 08:57:04 +1000 Subject: [PATCH] Add a few more libraries to Qt6 ci --- .docker/qgis3-qt6-build-deps.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.docker/qgis3-qt6-build-deps.dockerfile b/.docker/qgis3-qt6-build-deps.dockerfile index 1ec6373ed4a..e017c1c3181 100644 --- a/.docker/qgis3-qt6-build-deps.dockerfile +++ b/.docker/qgis3-qt6-build-deps.dockerfile @@ -37,6 +37,8 @@ RUN dnf -y --refresh install \ protobuf-devel \ protobuf-lite-devel \ python3-devel \ + python3-mock \ + python3-OWSLib \ python3-pyqt6 \ python3-pyqt6-devel \ python3-qscintilla-qt6 \