summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorThomas Madlener <thomas.madlener@desy.de>2023-12-17 07:21:24 +0100
committerGitHub <noreply@github.com>2023-12-17 00:21:24 -0600
commitb82f78003c65ae0ee58696f90f866bbe4e9e7bd2 (patch)
treed3df8c3d14d38747ccc52c49b64552a616482781 /var
parent49616d30203770393d7dd519af2c1ac2c7f074d4 (diff)
downloadspack-b82f78003c65ae0ee58696f90f866bbe4e9e7bd2.tar.gz
spack-b82f78003c65ae0ee58696f90f866bbe4e9e7bd2.tar.bz2
spack-b82f78003c65ae0ee58696f90f866bbe4e9e7bd2.tar.xz
spack-b82f78003c65ae0ee58696f90f866bbe4e9e7bd2.zip
py-jupyterlab: Use the correct version dependency for jinja2 (#41543)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-jupyterlab/package.py2
1 files changed, 1 insertions, 1 deletions
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"))