nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.rapidfuzz: relax cython constraint

+5
+5
pkgs/development/python-modules/rapidfuzz/default.nix
··· 37 37 }) 38 38 ]; 39 39 40 + postPatch = '' 41 + substituteInPlace pyproject.toml \ 42 + --replace-fail "Cython >=3.0.12, <3.1.0" Cython 43 + ''; 44 + 40 45 build-system = [ 41 46 cmake 42 47 cython