python3Packages.rapidfuzz: relax cython constraint
Martin Weinelt 4 months ago 5aa98393 55649285
··· 37 37 }) 38 38 ]; 39 39 40 40 + postPatch = '' 41 41 + substituteInPlace pyproject.toml \ 42 42 + --replace-fail "Cython >=3.0.12, <3.1.0" Cython 43 43 + ''; 44 44 + 40 45 build-system = [ 41 46 cmake 42 47 cython