mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 01:10:46 +01:00
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
|
config BR2_PACKAGE_PYTHON_ZEROCONF
|
||
|
bool "python-zeroconf"
|
||
|
select BR2_PACKAGE_PYTHON_IFADDR # runtime
|
||
|
select BR2_PACKAGE_PYTHON_TYPING # runtime
|
||
|
help
|
||
|
Pure Python Multicast DNS Service Discovery Library
|
||
|
(Bonjour/Avahi compatible).
|
||
|
|
||
|
https://github.com/jstasiak/python-zeroconf
|