Config.in 595 B

123456789101112131415
  1. config BR2_PACKAGE_PYTHON_OPCUA_ASYNCIO
  2. bool "python-opcua-asyncio"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
  4. depends on BR2_PACKAGE_PYTHON3
  5. select BR2_PACKAGE_PYTHON_AIOFILES # runtime
  6. select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
  7. select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
  8. select BR2_PACKAGE_PYTHON_LXML # runtime
  9. select BR2_PACKAGE_PYTHON_PYTZ # runtime
  10. help
  11. opcua-asyncio is an asyncio-based asynchronous
  12. OPC UA client based on python-opcua, removing
  13. hacks for support of python < 3.6.
  14. https://github.com/FreeOpcUa/opcua-asyncio