grass: Update spec for gdal dependency (#38396)

pull/39174/head^2 develop-2023-09-17
Joscha Legewie 2023-09-15 22:36:46 -04:00 committed by GitHub
parent 76816d722a
commit 088e4c6b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ class Grass(AutotoolsPackage):
depends_on("opencl", when="+opencl")
depends_on("bzip2", when="+bzlib")
depends_on("zstd", when="+zstd")
depends_on("gdal@:3.2", when="+gdal")
depends_on("gdal", when="+gdal")
conflicts("^gdal@3.3:", when="@7.8")
depends_on("liblas", when="+liblas")
depends_on("wxwidgets", when="+wxwidgets")
depends_on("py-wxpython@2.8.10.1:", when="+wxwidgets", type=("build", "run"))