From 8295a4599931395a4fa076495f0b0390480cd515 Mon Sep 17 00:00:00 2001 From: LydDeb <62343728+LydDeb@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:09:48 +0200 Subject: py-distributed: use py-jinja2 versions from 2.10.3 (#39658) In depends_on py-jinja2, use versions from 2.10.3, instead of strict equality, according to the pyproject.toml of py-distributed 2023.4.1 --- var/spack/repos/builtin/packages/py-distributed/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-distributed/package.py b/var/spack/repos/builtin/packages/py-distributed/package.py index 07b08f4037..ef4dbe7c15 100644 --- a/var/spack/repos/builtin/packages/py-distributed/package.py +++ b/var/spack/repos/builtin/packages/py-distributed/package.py @@ -48,7 +48,7 @@ class PyDistributed(PythonPackage): depends_on("py-click@8.0:", type=("build", "run"), when="@2023.4.1:") depends_on("py-cloudpickle@1.5.0:", type=("build", "run")) depends_on("py-jinja2", type=("build", "run"), when="@2022.2.1:") - depends_on("py-jinja2@2.10.3", type=("build", "run"), when="@2023.4.1:") + depends_on("py-jinja2@2.10.3:", type=("build", "run"), when="@2023.4.1:") depends_on("py-locket@1:", type=("build", "run"), when="@2022.2.1:") depends_on("py-msgpack@0.6.0:", type=("build", "run")) depends_on("py-msgpack@1.0.0:", type=("build", "run"), when="@2023.4.1:") -- cgit v1.2.3-70-g09d2