r-xvector: add dependency on zlib (#21286)
This commit is contained in:
parent
503f2f1bbc
commit
88325cada8
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class RXvector(RPackage):
|
||||||
depends_on('r-s4vectors@0.13.13:', type=('build', 'run'))
|
depends_on('r-s4vectors@0.13.13:', type=('build', 'run'))
|
||||||
depends_on('r-iranges@2.9.18:', type=('build', 'run'))
|
depends_on('r-iranges@2.9.18:', type=('build', 'run'))
|
||||||
depends_on('r-zlibbioc', type=('build', 'run'))
|
depends_on('r-zlibbioc', type=('build', 'run'))
|
||||||
|
depends_on('zlib')
|
||||||
|
|
||||||
depends_on('r-s4vectors@0.15.14:', when='@0.18.0:', type=('build', 'run'))
|
depends_on('r-s4vectors@0.15.14:', when='@0.18.0:', type=('build', 'run'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue