Skip to content
Snippets Groups Projects
Unverified Commit 8f145f5e authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

node-js: always depend on some python, regardless of lower/upper limits (#48350)

parent 022ae850
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ class NodeJs(Package): ...@@ -82,6 +82,7 @@ class NodeJs(Package):
# python requirements are based according to # python requirements are based according to
# https://github.com/spack/spack/pull/47942#discussion_r1875624177 # https://github.com/spack/spack/pull/47942#discussion_r1875624177
depends_on("python", type="build")
depends_on("python@:3.7", when="@13.0.0:13.0.1", type="build") depends_on("python@:3.7", when="@13.0.0:13.0.1", type="build")
depends_on("python@:3.8", when="@13.1.0:14.13.1", type="build") depends_on("python@:3.8", when="@13.1.0:14.13.1", type="build")
depends_on("python@:3.9", when="@14.14.0:14.18.1", type="build") depends_on("python@:3.9", when="@14.14.0:14.18.1", type="build")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment