py-scikit-build-core: typing-extension dependency fix (#44817)
This commit is contained in:
parent
109a4d52b5
commit
f13ea8aa75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user