python311Packages.rapidfuzz: relax cython constraint

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:51 +01:00
parent ba98a41c67
commit d30a0ff994
@@ -30,6 +30,11 @@ buildPythonPackage rec {
hash = "sha256-D7Z0xKqAJAPKSAEK+3Mpz/LaEKqKYczp+m6SqfzufwA=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "Cython==3.0.3" "Cython"
'';
nativeBuildInputs = [
cmake
cython_3