Config.in 344 B

123456789
  1. config 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. https://github.com/jborean93/smbprotocol