package/python-pysmb: add the missing runtime dependency
python-tqdm dependency was introduced in 1.2.9 (bump occured in Buildroot commit1ffc7b4bb1
). Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit66d38cfcfd
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a856114c6b
commit
b7c0e5fb01
@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_PYSMB
|
||||
bool "python-pysmb"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_PYTHON_PYASN1
|
||||
select BR2_PACKAGE_PYTHON_TQDM
|
||||
help
|
||||
pysmb is an experimental SMB/CIFS library written in Python.
|
||||
It implements the client-side SMB/CIFS protocol (SMB1 and
|
||||
|
Loading…
Reference in New Issue
Block a user