From 8ba3fc15aa2788bf9e2014bfba049515bb6b8a0f Mon Sep 17 00:00:00 2001 From: OscarL Date: Fri, 6 Jun 2025 11:51:32 -0300 Subject: [PATCH] qgis: change python build requirement to 3.10. (#12483) Begasus confirmed it builds and runs OK (thanks!). No rev-bump needed (not a runtime change). --- sci-geosciences/qgis/qgis-3.24.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/qgis-3.24.3.recipe b/sci-geosciences/qgis/qgis-3.24.3.recipe index 1c42f44ff..c7fccc17c 100644 --- a/sci-geosciences/qgis/qgis-3.24.3.recipe +++ b/sci-geosciences/qgis/qgis-3.24.3.recipe @@ -101,7 +101,7 @@ BUILD_PREREQUIRES=" cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:python3.9 + cmd:python3.10 " BUILD()