python-crypto library is needed for bzr (distributed version control) to work over SSH transport. Here is package for review. Included in major distros.
http://packages.debian.org/stable/python/python-crypto Jari sdesc: "Cryptographic algorithms and protocols for Python" ldesc: "A collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: MD2, MD4, AES, ARC2, Blowfish, CAST, DES, Triple-DES, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW and RFC1751 module for converting 128-key keys." category: Lib requires: cygwin python Homepage: http://www.amk.ca/python/code/crypto.html 1) manual download wget \ http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1.tar.bz2.sig \ http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1.tar.bz2 \ http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1-src.tar.bz2.sig \ http://cygwin.cante.net/pycrypto/pycrypto-2.0.1-1-src.tar.bz2 \ http://cygwin.cante.net/pycrypto/setup.hint 2) automated; get.sh will print further instructions gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 mkdir pycrypto ; cd pycrypto rm -f get.sh get.sh.sig wget -q http://cygwin.cante.net/pycrypto/get.sh \ http://cygwin.cante.net/pycrypto/get.sh.sig gpg --verify get.sh.sig get.sh && sh get.sh cd /usr/src/cygwin-packages/pycrypto less /usr/src/cygwin-packages/pycrypto/get.sh tar jtvf /usr/src/cygwin-packages/pycrypto/pycrypto-2.0.1-1.tar.bz2