summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-06-25 18:19:23 +0200
committerGitHub <noreply@github.com>2021-06-25 10:19:23 -0600
commit843c38e69e8b17b5f7585748e9b7ba4a316bb986 (patch)
tree19a05723f2d3324594e8ed548344019b3a6a2fba /var
parent2bc0c0ea59eeb81601bb6a1cc416100f0a8989ea (diff)
downloadspack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.gz
spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.bz2
spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.xz
spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.zip
GDAL: only jasper will be removed in GDAL 3.5, not openjpeg (#24483)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gdal/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gdal/package.py b/var/spack/repos/builtin/packages/gdal/package.py
index d176eb87f0..1a82df3a42 100644
--- a/var/spack/repos/builtin/packages/gdal/package.py
+++ b/var/spack/repos/builtin/packages/gdal/package.py
@@ -175,7 +175,6 @@ class Gdal(AutotoolsPackage):
conflicts('+mdb', when='~java', msg='MDB driver requires Java')
conflicts('+jasper', when='@3.5:', msg='JPEG2000 driver removed in GDAL 3.5')
- conflicts('+openjpeg', when='@3.5:', msg='JPEG2000 driver removed in GDAL 3.5')
conflicts('+perl', when='@3.5:', msg='Perl bindings removed in GDAL 3.5')
# https://github.com/OSGeo/gdal/issues/3782