From f19850bc9222760c62f24c05adadfeb2632b19c9 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 26 May 2023 08:33:42 +0200 Subject: [PATCH] qgis, switch to python3.9 (#8734) --- sci-geosciences/qgis/qgis-3.24.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.24.3.recipe b/sci-geosciences/qgis/qgis-3.24.3.recipe index da607a57d..937895b9b 100644 --- a/sci-geosciences/qgis/qgis-3.24.3.recipe +++ b/sci-geosciences/qgis/qgis-3.24.3.recipe @@ -18,7 +18,7 @@ HOMEPAGE="https://www.qgis.org/" COPYRIGHT="QGIS Development Team" LICENSE="GNU GPL v2 GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="https://download.qgis.org/downloads/qgis-$portVersion.tar.bz2" CHECKSUM_SHA256="fc9fa28e10c32773f49f1de0c52a35a393060acd6f799d6926f08e96fbaf2b4e" PATCHES="qgis-$portVersion.patchset" @@ -69,7 +69,7 @@ BUILD_REQUIRES=" devel:libcrypto$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:libexiv2$secondaryArchSuffix - devel:libgdal$secondaryArchSuffix + devel:libgdal$secondaryArchSuffix >= 30.0.2 devel:libgeos$secondaryArchSuffix devel:libGL$secondaryArchSuffix devel:libgsl$secondaryArchSuffix @@ -101,7 +101,7 @@ BUILD_PREREQUIRES=" cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:python3.7 + cmd:python3.9 " BUILD()