mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/miketeo/pysmb/blob/pysmb-1.2.13/CHANGELOG
Added comments to Config.in computed by scanpypi.
Updated project URL, old URL is broken.
All hashes were computed by scanpypi.
Updated license hash due to copyright year bump:
e9d59f3564
Updated _SITE to URL computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSMB
|
|
bool "python-pysmb"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
|
select BR2_PACKAGE_PYTHON_TQDM # runtime
|
|
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/blog/projects/pysmb
|
|
|
|
comment "python-pysmb needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|