mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-pysmb: add the missing runtime dependency
python-tqdm dependency was introduced in 1.2.9 (bump occured in
Buildroot commit 1ffc7b4bb1).
Signed-off-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
525cb6a8fb
commit
66d38cfcfd
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_PYSMB
|
|||||||
bool "python-pysmb"
|
bool "python-pysmb"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_PYTHON_PYASN1
|
select BR2_PACKAGE_PYTHON_PYASN1
|
||||||
|
select BR2_PACKAGE_PYTHON_TQDM
|
||||||
help
|
help
|
||||||
pysmb is an experimental SMB/CIFS library written in Python.
|
pysmb is an experimental SMB/CIFS library written in Python.
|
||||||
It implements the client-side SMB/CIFS protocol (SMB1 and
|
It implements the client-side SMB/CIFS protocol (SMB1 and
|
||||||
|
|||||||
Reference in New Issue
Block a user