From a7a68acf32022de8a5ab3ae94b79bc280e9cec22 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/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index eb7c7a3e01663..344904487a6a2 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -64,6 +64,8 @@ post_patch() { pythran-include-dir = '${_xpy}/pythran' EOF fi + + vsed -e 's/wheel<0\.41\.0/wheel/' -i pyproject.toml } do_build() {