python3Packages.levenshtein: relax cython constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:07 +02:00
parent efa2eef771
commit 4f9d6bb506
@@ -23,6 +23,11 @@ buildPythonPackage rec {
hash = "sha256-EFEyP7eqB4sUQ2ksD67kCr0BEShTiKWbk1PxXOUOGc4=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "Cython>=3.0.12,<3.1.0" Cython
'';
build-system = [
cmake
cython