mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-18 20:19:56 +01:00
55846e484a
- Add Buildroot patches to downgrade / upgrade package dependencies in line with the Mycroft A.I. software stack requirements. - Add buildroot additional package dependencies in line with the Mycroft A.I. software stack requirements. - Update rpi3 defconfig file. - Implement initial root_fs overlay filestructure. - Addition of some quick and dirty helper scripts. - Update of README to reflect these changes.
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
|