Package: python-autobahn / 0.5.14-1

Metadata

Package Version Patches format
python-autobahn 0.5.14-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system pbkdf2.diff | (download)

autobahn/pbkdf2.py | 130 0 + 130 - 0 !
autobahn/wamp.py | 5 3 + 2 - 0 !
2 files changed, 3 insertions(+), 132 deletions(-)

 use system pbkdf2 library instead of bundled one
 This changes the PBKDF2 invokation in order to use python-pbkdf2 package
 and removes the bundled library in order to avoid name conflict.