buildroot/package/python-zeroconf/Config.in
James Hilliard 133a37d810 package/python-zeroconf: bump to version 0.39.4
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>
2022-11-05 23:08:21 +01:00

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