pythonPackages.resampy: Fix build
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
, numpy
|
, numpy
|
||||||
, scipy
|
, scipy
|
||||||
, cython
|
, cython
|
||||||
|
, numba
|
||||||
, six
|
, six
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -19,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestcov ];
|
checkInputs = [ pytest pytestcov ];
|
||||||
propagatedBuildInputs = [ numpy scipy cython six ];
|
propagatedBuildInputs = [ numpy scipy cython numba six ];
|
||||||
|
|
||||||
# No tests included
|
# No tests included
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user