py-easybuild-framework: add python forward compat bound (#47597)

This commit is contained in:
etiennemlb 2024-11-15 07:47:23 +01:00 committed by GitHub
parent 9b2cd1b208
commit 66622ec4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"))