From b82f78003c65ae0ee58696f90f866bbe4e9e7bd2 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Sun, 17 Dec 2023 07:21:24 +0100 Subject: py-jupyterlab: Use the correct version dependency for jinja2 (#41543) --- var/spack/repos/builtin/packages/py-jupyterlab/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-jupyterlab/package.py b/var/spack/repos/builtin/packages/py-jupyterlab/package.py index ccacf77c8e..daa3eaaa12 100644 --- a/var/spack/repos/builtin/packages/py-jupyterlab/package.py +++ b/var/spack/repos/builtin/packages/py-jupyterlab/package.py @@ -41,7 +41,7 @@ class PyJupyterlab(PythonPackage): depends_on("py-importlib-metadata@4.8.3:", when="@4: ^python@:3.9", type=("build", "run")) depends_on("py-importlib-resources@1.4:", when="@4: ^python@:3.8", type=("build", "run")) depends_on("py-ipykernel", when="@4:", type=("build", "run")) - depends_on("py-jinja2@3.0.3", when="@4:", type=("build", "run")) + depends_on("py-jinja2@3.0.3:", when="@4:", type=("build", "run")) depends_on("py-jupyter-core", when="@3:", type=("build", "run")) depends_on("py-jupyter-lsp@2:", when="@4:", type=("build", "run")) depends_on("py-jupyter-server@2.4:2", when="@4:", type=("build", "run")) -- cgit v1.2.3-60-g2f50