qgis: use default python version (#359758)

This commit is contained in:
Ivan Mincik
2024-11-30 09:30:47 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
, postgresql
, proj
, protobuf
, python311
, python3
, qca-qt5
, qscintilla
, qt3d
@@ -49,7 +49,7 @@
}:
let
py = python311.override {
py = python3.override {
self = py;
packageOverrides = self: super: {
pyqt5 = super.pyqt5.override {
+2 -2
View File
@@ -30,7 +30,7 @@
, postgresql
, proj
, protobuf
, python311
, python3
, qca-qt5
, qscintilla
, qt3d
@@ -49,7 +49,7 @@
}:
let
py = python311.override {
py = python3.override {
self = py;
packageOverrides = self: super: {
pyqt5 = super.pyqt5.override {