xref: /OK3568_Linux_fs/buildroot/package/python-opcua-asyncio/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_OPCUA_ASYNCIO
2	bool "python-opcua-asyncio"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_AIOFILES # runtime
5	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
6	select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
7	select BR2_PACKAGE_PYTHON_LXML # runtime
8	select BR2_PACKAGE_PYTHON_PYTZ # runtime
9	help
10	  opcua-asyncio is an asyncio-based asynchronous
11	  OPC UA client based on python-opcua, removing
12	  hacks for support of python < 3.6.
13
14	  https://github.com/FreeOpcUa/opcua-asyncio
15