kumquat-buildroot/package/python-pysmb/Config.in
Yegor Yefremov 66d38cfcfd 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>
2023-07-18 23:18:42 +02:00

17 lines
583 B
Plaintext

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
SMB2) which allows your Python application to access and
transfer files to/from SMB/CIFS shared folders like your
Windows file sharing and Samba folders.
https://miketeo.net/wp/index.php/projects/pysmb
comment "python-pysmb needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP