1config BR2_PACKAGE_PYTHON_ZEROCONF
2	bool "python-zeroconf"
3	select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
4	select BR2_PACKAGE_PYTHON_IFADDR # runtime
5	help
6	  Pure Python Multicast DNS Service Discovery Library
7	  (Bonjour/Avahi compatible).
8
9	  https://github.com/jstasiak/python-zeroconf
10