qgis-ltr: build with same pyqt version as qgis

This commit is contained in:
Ivan Mincik 2024-11-28 16:25:36 +01:00
parent c989da7576
commit 9fc2250e80

View File

@ -54,6 +54,7 @@ let
packageOverrides = self: super: {
pyqt5 = super.pyqt5.override {
withLocation = true;
withSerialPort = true;
};
};
};