# HG changeset patch # User Jeff Forcier <jeff@bitprophet.org> # Date 1389227396 28800 # Wed Jan 08 16:29:56 2014 -0800 # Node ID 9109cd0c1feeefa6e744f0311a7f669052110dd3 # Parent 7efc526865199939066b78355476790f3631db94 ecdsa in README; fixes #225 diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ * #176: Fix AttributeError bugs in known_hosts file (re)loading. Thanks to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test case. +* #225: Note ecdsa requirement in README. Thanks to Amaury Rodriguez for the + catch. v1.11.3 (8th Jan 2014) ---------------------- diff --git a/README b/README --- a/README +++ b/README @@ -36,6 +36,7 @@ - python 2.5 or better <http://www.python.org/> - pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/> + - ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa> If you have setuptools, you can build and install paramiko and all its dependencies with this command (as root)::