retitle 721733 Upstream removed __version_info__ from paramiko/__init__.py reassign 721733 python-paramiko severity 721733 minor tag 721733 patch thanks
Dear maintainer (of python-paramiko),as you can read in the history of this re-assigned bug, there is a problem with more recent versions of paramiko and the mysql-workbench package in wheezy.
I have suggested to upstream reintroducing the __verion_info__ variable in paramiko/__init__.py and also filed that as a pull request on Github [1].
I suggest adding the attached patch to the recent python-paramiko Debian packages.
Regards, Mike [1] https://github.com/paramiko/paramiko/pull/215 -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: [email protected], http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
Description: Reintroduce __version_info__ as it breaks mysql-workbench Author: Mike Gabriel <[email protected]> --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -87,6 +87,8 @@ from config import SSHConfig from proxy import ProxyCommand +__version_info__ = tuple([ int(d) for d in __version__.split(".") ]) + # fix module names for epydoc for c in locals().values(): if issubclass(type(c), type) or type(c).__name__ == 'classobj':
binddXyYdS0Xt.bin
Description: Öffentlicher PGP-Schlüssel
pgpZIcMNJRdw4.pgp
Description: Digitale PGP-Signatur

