Revert "python3Packages.scipy: pull an upstream patch"

This reverts commit a14bb81af7.
The patch apparently is included in src since 762e22d063
(from PR #200846)
This commit is contained in:
Vladimír Čunát 2022-11-18 21:21:25 +01:00
parent 9bfdfb309f
commit 1b3d8a0dc8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchPypi
, fetchpatch
, python
, pythonOlder
, buildPythonPackage
@ -29,13 +28,6 @@ buildPythonPackage rec {
sha256 = "sha256-+8XAXIXBoCvnex/1kQh8g7xEV5xtK9n7eYu2TqXhoCc=";
};
patches = [
(fetchpatch {
url = "https://github.com/scipy/scipy/commit/318d8c6d16fdf000be8637e9917989729f2c8ce7.diff";
sha256 = "sha256-Zfb9GYP0r9MDJ91hSzMN1r4eNilajPThNIvZmDzFEXo=";
})
];
nativeBuildInputs = [ cython gfortran meson-python pythran pkg-config wheel ];
buildInputs = [