Closed ayakael closed 8 months ago
and the build is currently failing because of the removal of xmlSecCryptoAppKeyLoad
, that https://github.com/lsh123/xmlsec/pull/720 did remove.
@deronnax This PR addresses these changes https://github.com/xmlsec/python-xmlsec/pull/280
FYI, since the end of January Arch linux ships 1.3.3 in their repositories, I was just bitten by this
xmlsec 1.3.3 removed a bunch of deprecated functions that python-xmlsec uses. The following PR removed those deprecated functions: https://github.com/lsh123/xmlsec/pull/720