py-radiant-mlhub: older versions require typing_extensions (#41870)

This commit is contained in:
Adam J. Stewart 2023-12-26 22:37:22 +01:00 committed by GitHub
parent 60feb60c0a
commit 441b68aca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,4 +52,4 @@ class PyRadiantMlhub(PythonPackage):
depends_on("py-urllib3@1.26.11:1.26", when="@0.5.5:", type=("build", "run")) depends_on("py-urllib3@1.26.11:1.26", when="@0.5.5:", type=("build", "run"))
# Historical dependencies # Historical dependencies
depends_on("py-typing-extensions@3.7:", when="@0.4.1:0.4 ^python@:3.7", type=("build", "run")) depends_on("py-typing-extensions@3.7:", when="@0.3:0.4 ^python@:3.7", type=("build", "run"))