GDAL: only jasper will be removed in GDAL 3.5, not openjpeg (#24483)

This commit is contained in:
Even Rouault 2021-06-25 18:19:23 +02:00 committed by GitHub
parent 2bc0c0ea59
commit 843c38e69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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