mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
Starting from 0.21.0 zeroconf uses pure-python ifaddr module instead of netifaces. Currently we have zeroconf 0.23.0, so this module raises ModuleNotFoundError exception during import. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>