r-httpuv: fix zlib dependency (#31121)

This commit is contained in:
Manuela Kuhn
2022-06-16 03:22:58 +02:00
committed by GitHub
parent 95888602f2
commit 3b3be70226

View File

@@ -33,5 +33,6 @@ class RHttpuv(RPackage):
depends_on('r-later@0.8.0:', type=('build', 'run'), when='@1.5.0:')
depends_on('gmake', type='build')
depends_on('zip')
depends_on('zlib', when='@1.6.4:')
depends_on('r-bh', type=('build', 'run'), when='@1.5.5')