1config BR2_PACKAGE_PYTHON_ZEROCONF 2 bool "python-zeroconf" 3 depends on BR2_PACKAGE_PYTHON3 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