python3Packages.pysaml2: mark broken

It is incompatible with our version of xmlschema.
This commit is contained in:
Robert Schütz
2025-11-11 07:37:53 -08:00
parent d44056ae07
commit ea9c00b162
@@ -98,6 +98,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "saml2" ];
meta = with lib; {
# https://github.com/IdentityPython/pysaml2/issues/947
broken = lib.versionAtLeast xmlschema.version "4.2.0";
description = "Python implementation of SAML Version 2 Standard";
homepage = "https://github.com/IdentityPython/pysaml2";
changelog = "https://github.com/IdentityPython/pysaml2/blob/v${version}/CHANGELOG.md";