From 1f981282e00286b13a0b001ba4027a93d96ea39f Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 7 Aug 2023 13:19:33 +0100 Subject: [PATCH] python3-scipy: fix build. --- srcpkgs/python3-scipy/patches/dep-versions.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/srcpkgs/python3-scipy/patches/dep-versions.patch b/srcpkgs/python3-scipy/patches/dep-versions.patch index 863c5e19d6d09..0ba8c2dbf4cc8 100644 --- a/srcpkgs/python3-scipy/patches/dep-versions.patch +++ b/srcpkgs/python3-scipy/patches/dep-versions.patch @@ -14,6 +14,15 @@ causes build failures against more up-to-date Void packages. "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time # `wheel` is needed for non-isolated builds, given that `meson-python` # doesn't list it as a runtime requirement (at least in 0.5.0) +@@ -16,7 +16,7 @@ + "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time + # `wheel` is needed for non-isolated builds, given that `meson-python` + # doesn't list it as a runtime requirement (at least in 0.5.0) +- "wheel<0.41.0", ++ "wheel", + + # NumPy dependencies - to update these, sync from + # https://github.com/scipy/oldest-supported-numpy/, and then @@ -40,7 +40,7 @@ # however macOS was broken and it's safe C API/ABI-wise to build against 1.21.6 # (see oldest-supported-numpy issues gh-28 and gh-45)