numpy: gfortran and pytest should be nativeBuildInputs
This commit is contained in:
parent
e6a476c862
commit
cfbfb9440c
@ -11,7 +11,8 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
disabled = isPyPy;
|
||||
buildInputs = [ gfortran pytest blas ];
|
||||
nativeBuildInputs = [ gfortran pytest ];
|
||||
buildInputs = [ blas ];
|
||||
|
||||
patches = lib.optionals (python.hasDistutilsCxxPatch or false) [
|
||||
# We patch cpython/distutils to fix https://bugs.python.org/issue1222585
|
||||
|
Loading…
Reference in New Issue
Block a user