097de253b4
Python 2 is no longer supported, depend on python3 and propagate reverse dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSFTP
|
|
bool "python-pysftp"
|
|
depends on BR2_PACKAGE_PYTHON3 # python-paramiko -> python-bcrypt
|
|
select BR2_PACKAGE_PYTHON_PARAMIKO # runtime
|
|
help
|
|
A friendly face on SFTP.
|
|
|
|
https://bitbucket.org/dundeemt/pysftp
|