Remove dep on jupyter meta-package (#34573)

This commit is contained in:
Nicholas Knoblauch 2022-12-19 15:22:34 -08:00 committed by GitHub
parent f1b85bc653
commit bd613b3124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class RIrkernel(RPackage):
depends_on("r-jsonlite@0.9.6:", type=("build", "run"))
depends_on("r-uuid", type=("build", "run"))
depends_on("r-digest", type=("build", "run"))
depends_on("py-jupyter", type="run")
depends_on("py-jupyter-client", type="run")
depends_on("r-evaluate@0.5.4:", type=("build", "run"), when="@0.7")
depends_on("r-devtools", type=("build", "run"), when="@0.7")