1config BR2_PACKAGE_PYTHON_SMBPROTOCOL
2	bool "python-smbprotocol"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
4	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
5	select BR2_PACKAGE_PYTHON_PYSPNEGO # runtime
6	help
7	  Interact with a server using the SMB 2/3 Protocol.
8
9	  https://github.com/jborean93/smbprotocol
10