diff --git a/var/spack/repos/builtin/packages/r-biomart/package.py b/var/spack/repos/builtin/packages/r-biomart/package.py index e581c2d990c..e64f98279a3 100644 --- a/var/spack/repos/builtin/packages/r-biomart/package.py +++ b/var/spack/repos/builtin/packages/r-biomart/package.py @@ -37,16 +37,18 @@ class RBiomart(RPackage): version("2.34.2", commit="a7030915fbc6120cc6812aefdedba423a207459b") version("2.32.1", commit="f84d74424fa599f6d08f8db4612ca09914a9087f") - depends_on("r-xml", type=("build", "run")) - depends_on("r-xml@3.99-0.7:", type=("build", "run"), when="@2.52.0:") depends_on("r-annotationdbi", type=("build", "run")) depends_on("r-progress", type=("build", "run"), when="@2.34.2:") depends_on("r-stringr", type=("build", "run"), when="@2.34.2:") - depends_on("r-httr", type=("build", "run"), when="@2.34.2:") + depends_on("r-httr2", type=("build", "run"), when="@2.57.2:") depends_on("r-digest", type=("build", "run"), when="@2.50.3:") depends_on("r-biocfilecache", type=("build", "run"), when="@2.46.2:") depends_on("r-rappdirs", type=("build", "run"), when="@2.46.2:") depends_on("r-xml2", type=("build", "run"), when="@2.46.2:") + depends_on("r-curl", type=("build", "run"), when="@2.61.1:") + depends_on("r-httr", type=("build", "run"), when="@2.34.2:2.57.2") + depends_on("r-xml", type=("build", "run"), when="@:2.59.2") + depends_on("r-xml@3.99-0.7:", type=("build", "run"), when="@2.52.0:2.59.2") depends_on("r-rcurl", type=("build", "run"), when="@:2.40.5") depends_on("r-openssl", type=("build", "run"), when="@2.46.2")