nixpkgs/pkgs/development/python-modules/blis
Robert Scott 4b3f8bd214 pythonPackages.blis: add missing dependency numpy
blis' numpy dependency seems to have been falsely satisfied by its
inclusion in checkInputs, whereas this seems to actually be an install
dependency. this can be demonstrated by attempting to build this package
with doCheck = false and watching it fail.

also removed cython from checkInputs as it's already in nativeBuildInputs
2020-08-29 20:55:51 +01:00
..
default.nix pythonPackages.blis: add missing dependency numpy 2020-08-29 20:55:51 +01:00