mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-paramiko: bump to version 2.4.1
Add license hash. Update dependencies: pyasn1 replaced pyasn. pyasn1 is pure python, but C++ is still needed for python-cryptography. Fixes: http://autobuild.buildroot.org/results/25a/25abe547831f40bd3c041345bc7d41779fe137e6/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6d9c33e5cc
commit
97c0b57bc1
@@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PARAMIKO
|
||||
bool "python-paramiko"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
|
||||
select BR2_PACKAGE_PYTHON_BCRYPT # runtime
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASN # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYNACL # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
|
||||
Reference in New Issue
Block a user