python3Packages.rapidfuzz: relax cython constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:02 +02:00
parent 556492854b
commit 5aa9839331
@@ -37,6 +37,11 @@ buildPythonPackage rec {
})
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "Cython >=3.0.12, <3.1.0" Cython
'';
build-system = [
cmake
cython