python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak

This commit is contained in:
Peder Bergebakken Sundt
2024-11-08 15:51:15 +01:00
parent ae63778eb7
commit 1c418186cf
@@ -18,11 +18,6 @@ buildPythonPackage rec {
hash = "sha256-q6hqteXv600iH7xpCKHgRLkJYSpy9hIf/QnlsYI+jh4=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "oldest-supported-numpy" "numpy"
'';
build-system = [ meson-python ];
dependencies = [ numpy ];