summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/hpctoolkit/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hpctoolkit/package.py b/var/spack/repos/builtin/packages/hpctoolkit/package.py
index 33d0768e3d..34900192a0 100644
--- a/var/spack/repos/builtin/packages/hpctoolkit/package.py
+++ b/var/spack/repos/builtin/packages/hpctoolkit/package.py
@@ -199,7 +199,8 @@ class Hpctoolkit(AutotoolsPackage, MesonPackage):
depends_on("mpi", when="+mpi")
depends_on("hpcviewer@2022.10:", type="run", when="@2022.10: +viewer")
depends_on("hpcviewer", type="run", when="+viewer")
- depends_on("python@3.10:", type=("build", "run"), when="+python")
+ depends_on("python@3.10:", type=("build", "run"), when="@:2023.08 +python")
+ depends_on("python@3.8:", type=("build", "run"), when="@2024.01: +python")
with when("target=x86_64:"):
depends_on("intel-xed+pic")