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