r-rgeos: fix build error (#19360)

This commit is contained in:
darmac 2020-10-19 23:33:32 +08:00 committed by GitHub
parent 432772dbb6
commit 761b79e34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ class RRgeos(RPackage):
depends_on('r@3.3.0:', type=('build', 'run'))
depends_on('r-sp@1.1-0:', type=('build', 'run'))
depends_on('geos@3.2.0:')
depends_on('geos@3.2.0:3.8.0')