mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
133a37d810
Add new async timeout runtime dependency. Verified license is still LGPL-2.1+ after hash changed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
config BR2_PACKAGE_PYTHON_ZEROCONF
|
|
bool "python-zeroconf"
|
|
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
|
select BR2_PACKAGE_PYTHON_IFADDR # runtime
|
|
help
|
|
Pure Python Multicast DNS Service Discovery Library
|
|
(Bonjour/Avahi compatible).
|
|
|
|
https://github.com/jstasiak/python-zeroconf
|