python3Packages.scipy: regular pyproject build (#250509)

This commit is contained in:
Frederik Rietdijk 2023-08-21 10:50:50 +02:00 committed by GitHub
parent 130e063a3d
commit 92ccc5f48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@
, python
, pythonOlder
, buildPythonPackage
, pypaBuildHook
, pipInstallHook
, cython
, gfortran
, meson-python
@ -57,7 +55,7 @@ let
'';
in buildPythonPackage {
inherit pname version;
format = "other";
format = "pyproject";
src = fetchFromGitHub {
owner = "scipy";
@ -87,8 +85,6 @@ in buildPythonPackage {
'';
nativeBuildInputs = [
pypaBuildHook
pipInstallHook
cython
gfortran
meson-python