python-paramiko: bump to version 2.2.0

Add new runtime dependencies bcrypt and pynacl.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2017-06-13 09:13:17 +02:00
committed by Thomas Petazzoni
parent 7b235aa6f6
commit 773e8b5124
3 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ config BR2_PACKAGE_PYTHON_PARAMIKO
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_PYASN # runtime
select BR2_PACKAGE_PYTHON_PYNACL # runtime
select BR2_PACKAGE_PYTHON_BCRYPT # runtime
help
SSH2 protocol library.