xref: /OK3568_Linux_fs/buildroot/package/python-pysmb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYSMB
2	bool "python-pysmb"
3	depends on BR2_INSTALL_LIBSTDCPP
4	select BR2_PACKAGE_PYTHON_PYASN1
5	help
6	  pysmb is an experimental SMB/CIFS library written in Python.
7	  It implements the client-side SMB/CIFS protocol (SMB1 and
8	  SMB2) which allows your Python application to access and
9	  transfer files to/from SMB/CIFS shared folders like your
10	  Windows file sharing and Samba folders.
11
12	  https://miketeo.net/wp/index.php/projects/pysmb
13
14comment "python-pysmb needs a toolchain w/ C++"
15	depends on !BR2_INSTALL_LIBSTDCPP
16