py-pycontour: add dev/fixes (#46290)
This commit is contained in:
parent
2277052a6b
commit
668aba15a0
@ -23,8 +23,9 @@ class PyContourpy(PythonPackage):
|
|||||||
with default_args(type="build"):
|
with default_args(type="build"):
|
||||||
depends_on("meson@1.2:")
|
depends_on("meson@1.2:")
|
||||||
depends_on("py-meson-python@0.13.1:")
|
depends_on("py-meson-python@0.13.1:")
|
||||||
depends_on("py-pybind11@2.13.1:", when="@1.3:")
|
with default_args(type=("build", "link")):
|
||||||
depends_on("py-pybind11@2.6:")
|
depends_on("py-pybind11@2.13.1:", when="@1.3:")
|
||||||
|
depends_on("py-pybind11@2.6:")
|
||||||
|
|
||||||
# Historical dependencies
|
# Historical dependencies
|
||||||
depends_on("py-setuptools@42:", when="@:1.0")
|
depends_on("py-setuptools@42:", when="@:1.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user