Commit ea9c00b1 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pysaml2: mark broken

It is incompatible with our version of xmlschema.
parent d44056ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";