mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
python3.pkgs.levenshtein: update to cython 3
This commit is contained in:
parent
b2d45d788a
commit
caa3aefddd
@ -4,7 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, cmake
|
||||
, cython
|
||||
, cython_3
|
||||
, pytestCheckHook
|
||||
, rapidfuzz
|
||||
, rapidfuzz-cpp
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
cython
|
||||
cython_3
|
||||
scikit-build
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user