r-affyio: add zlib dependency (#34743)
This commit is contained in:
parent
790929c832
commit
4eb853856a
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ class RAffyio(RPackage):
|
||||||
|
|
||||||
depends_on("r@2.6.0:", type=("build", "run"))
|
depends_on("r@2.6.0:", type=("build", "run"))
|
||||||
depends_on("r-zlibbioc", type=("build", "run"))
|
depends_on("r-zlibbioc", type=("build", "run"))
|
||||||
|
depends_on("zlib")
|
||||||
|
|
Loading…
Reference in a new issue