python3Packages.srsly: add missing cython dependency
This commit is contained in:
parent
88264ac51a
commit
78d0cda943
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, cython
|
||||||
, mock
|
, mock
|
||||||
, numpy
|
, numpy
|
||||||
, pathlib
|
, pathlib
|
||||||
|
@ -19,6 +20,8 @@ buildPythonPackage rec {
|
||||||
sha256 = "fa3c7375be8fe75f23c27feafbfb5f738d55ffdbf02964c6896fb7684f519a52";
|
sha256 = "fa3c7375be8fe75f23c27feafbfb5f738d55ffdbf02964c6896fb7684f519a52";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ cython ];
|
||||||
|
|
||||||
propagatedBuildInputs = lib.optional (pythonOlder "3.4") pathlib;
|
propagatedBuildInputs = lib.optional (pythonOlder "3.4") pathlib;
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue