Merge pull request #249779 from tjni/levenshtein

python3.pkgs.levenshtein: update to cython 3
This commit is contained in:
OTABI Tomoya 2023-08-18 10:23:15 +09:00 committed by GitHub
commit e3fdb92ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
, fetchFromGitHub , fetchFromGitHub
, pythonOlder , pythonOlder
, cmake , cmake
, cython , cython_3
, pytestCheckHook , pytestCheckHook
, rapidfuzz , rapidfuzz
, rapidfuzz-cpp , rapidfuzz-cpp
@ -27,7 +27,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
cython cython_3
scikit-build scikit-build
]; ];