qgis: use default python version (#359758)

This commit is contained in:
Ivan Mincik 2024-11-30 09:30:47 +00:00 committed by GitHub
commit 87e00e577b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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 {

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 {