Skip to content

Commit

Permalink
pythonPackages.resampy: Fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit 8e1afe7)
ZHF: #56826
  • Loading branch information
knedlsepp authored and worldofpeace committed Mar 5, 2019
1 parent f20fad9 commit 98a9e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/resampy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, numpy
, scipy
, cython
, numba
, six
}:

Expand All @@ -19,7 +20,7 @@ buildPythonPackage rec {
};

checkInputs = [ pytest pytestcov ];
propagatedBuildInputs = [ numpy scipy cython six ];
propagatedBuildInputs = [ numpy scipy cython numba six ];

# No tests included
doCheck = false;
Expand Down

0 comments on commit 98a9e8f

Please sign in to comment.