tags 576697 upstream
severity 576697 minor
forwarded 576697 robeypoin...@gmail.com
stop

        I believe this is partially fixed now that python-crypto 2.1.0 has made
it's way into the distribution mirrors.

r...@solitare:/# dpkg -l python-paramiko python-crypto
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                Version             Description
+++-===================-===================-======================================================
ii  python-crypto       2.1.0-2             cryptographic algorithms and
protocols for Python
ii  python-paramiko     1.7.6-2             Make ssh v2 connections with
Python

        Now paramiko does not produce an ImportError but rather a
DeprecationWarning which can be resolved by changes in upstream to not
call RandomPool in rng.py. Otherwise the deprecation warning should not
affect operations.

r...@solitare:/# python
Python 2.6.5+ (release26-maint, Jul  6 2010, 14:48:45)
[GCC 4.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import paramiko
/usr/lib/python2.6/dist-packages/Crypto/Util/randpool.py:40:
RandomPool_DeprecationWarning: This application uses RandomPool, which
is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
  RandomPool_DeprecationWarning)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to