Merge pull request #115932 from dotlambda/marisa-trie-cython
python39Packages.marisa-trie: fix
This commit is contained in:
commit
fde0082ca4
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, cython
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
, pytest
|
, pytest
|
||||||
, hypothesis
|
, hypothesis
|
||||||
@ -20,7 +21,11 @@ buildPythonPackage rec {
|
|||||||
--replace "hypothesis==" "hypothesis>="
|
--replace "hypothesis==" "hypothesis>="
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ cython pytestrunner ];
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
./update_cpp.sh
|
||||||
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytest hypothesis ];
|
checkInputs = [ pytest hypothesis ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user