summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/grass/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/grass/package.py')
-rw-r--r--var/spack/repos/builtin/packages/grass/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/grass/package.py b/var/spack/repos/builtin/packages/grass/package.py
index f34b9b316a..86f9667ab9 100644
--- a/var/spack/repos/builtin/packages/grass/package.py
+++ b/var/spack/repos/builtin/packages/grass/package.py
@@ -94,7 +94,7 @@ class Grass(AutotoolsPackage):
depends_on('opencl', when='+opencl')
depends_on('bzip2', when='+bzlib')
depends_on('zstd', when='+zstd')
- depends_on('gdal@:3.2.999', when='+gdal')
+ depends_on('gdal@:3.2', when='+gdal')
depends_on('liblas', when='+liblas')
depends_on('wxwidgets', when='+wxwidgets')
depends_on('py-wxpython@2.8.10.1:', when='+wxwidgets', type=('build', 'run'))