python3Packages.krb5: relax cython constraint

This commit is contained in:
Martin Weinelt
2026-02-01 17:40:58 +01:00
parent 19af444baa
commit 394ec73e0e
@@ -20,6 +20,11 @@ buildPythonPackage rec {
hash = "sha256-TN0shf9HcBCO2vSP7fGYiM+Vb/N04ul+QPhBKwSMruY=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "Cython ==" "Cython >="
'';
build-system = [
cython
setuptools