r-sf: fix dependency error (#20898)
This commit is contained in:
parent
08e5baccef
commit
b423db6ddb
1 changed files with 1 additions and 1 deletions
|
@ -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:')
|
||||||
|
|
Loading…
Reference in a new issue