py-easybuild-framework: add python forward compat bound (#47597)
This commit is contained in:
parent
9b2cd1b208
commit
66622ec4d0
@ -21,4 +21,6 @@ class PyEasybuildFramework(PythonPackage):
|
||||
version("4.0.0", sha256="f5c40345cc8b9b5750f53263ade6c9c3a8cd3dfab488d58f76ac61a8ca7c5a77")
|
||||
|
||||
depends_on("python@3.5:", type=("build", "run"))
|
||||
# https://github.com/easybuilders/easybuild-framework/issues/3963
|
||||
depends_on("python@:3.11", type=("build", "run"), when="@:4")
|
||||
depends_on("py-setuptools", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user