py-scikit-build-core: typing-extension dependency fix (#44817)

This commit is contained in:
Wouter Deconinck 2024-06-25 02:00:03 -05:00 committed by GitHub
parent 109a4d52b5
commit f13ea8aa75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,8 @@ class PyScikitBuildCore(PythonPackage):
depends_on("py-pathspec@0.10.1:", type=("build", "run"), when="@0.9:")
depends_on("py-tomli@1.2.2:", when="@0.9: ^python@:3.10", type=("build", "run"))
depends_on("py-tomli@1.1:", when="^python@:3.10", type=("build", "run"))
depends_on("py-typing-extensions@3.10:", when="^python@:3.7", type=("build", "run"))
depends_on("py-typing-extensions@3.10:", when="@0.8: ^python@:3.8", type=("build", "run"))
depends_on("py-typing-extensions@3.10:", when="@:0.7 ^python@:3.7", type=("build", "run"))
depends_on("cmake@3.15:", type=("build", "run"))
# Optional dependencies