qgis, switch to python3.9 (#8734)

This commit is contained in:
Schrijvers Luc
2023-05-26 08:33:42 +02:00
committed by GitHub
parent 15380ca2d9
commit f19850bc92

View File

@@ -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()