python3Packages.pysaml2: mark broken
It is incompatible with our version of xmlschema.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user