python3Packages.pyroaring: relax cython

This commit is contained in:
Gaetan Lepage
2025-09-11 18:27:07 +02:00
parent a1b4ee54d5
commit c92de0a516
@@ -20,6 +20,11 @@ buildPythonPackage rec {
hash = "sha256-g+xpQ2DuVn8b0DiIOY69QOH6iwOYHG4bltX1zbDemdI=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail "cython>=3.0.2,<3.1.0" "cython"
'';
build-system = [
cython
setuptools