orcasgit / py-wsse

WS-Security message-level security for SOAP (signing and encryption)
Other
11 stars 18 forks source link

Requiring python-xmlsec 0.6.0 instead of vendoring patched 0.3.1 #1

Closed vstoykov closed 8 years ago

vstoykov commented 8 years ago

I see that there is a new version of python-xmlsec from a month ago which includes the pach mentioned in the docs (https://github.com/mehcode/python-xmlsec/pull/4/files)

If everything works correctly I think that will be better to remove the vendored package and set xmlsec>=0.6.0 in install_requires.

carljm commented 8 years ago

Indeed, this would be great. Not sure when I can get to it, but if you're able to verify that it works and submit a pull request making the change, I'd be happy to merge it!