ecdsa in README; fixes #225
This commit is contained in:
parent
96ca8d49c1
commit
566f37c0f2
2
NEWS
2
NEWS
|
@ -18,6 +18,8 @@ v1.12.1 (8th Jan 2014)
|
||||||
* #176: Fix AttributeError bugs in known_hosts file (re)loading. Thanks to
|
* #176: Fix AttributeError bugs in known_hosts file (re)loading. Thanks to
|
||||||
Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
|
Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
|
||||||
case.
|
case.
|
||||||
|
* #225: Note ecdsa requirement in README. Thanks to Amaury Rodriguez for the
|
||||||
|
catch.
|
||||||
|
|
||||||
v1.11.3 (8th Jan 2014)
|
v1.11.3 (8th Jan 2014)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
1
README
1
README
|
@ -36,6 +36,7 @@ Requirements
|
||||||
|
|
||||||
- python 2.5 or better <http://www.python.org/>
|
- python 2.5 or better <http://www.python.org/>
|
||||||
- pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/>
|
- 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
|
If you have setuptools, you can build and install paramiko and all its
|
||||||
dependencies with this command (as root)::
|
dependencies with this command (as root)::
|
||||||
|
|
Loading…
Reference in New Issue