r-sf: fix dependency error (#20898)

This commit is contained in:
darmac 2021-01-14 23:20:59 +08:00 committed by GitHub
parent 08e5baccef
commit b423db6ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,4 +29,4 @@ class RSf(RPackage):
depends_on('gdal@2.0.1:') depends_on('gdal@2.0.1:')
depends_on('geos@3.4.0:') depends_on('geos@3.4.0:')
depends_on('proj@4.8.0:5', when='@:0.7-3') depends_on('proj@4.8.0:5', when='@:0.7-3')
depends_on('proj@4.8.0:6', when='@0.7-4:') depends_on('proj@4.8.0:6.999', when='@0.7-4:')