package/python-zeroconf: depends on ifaddr instead of netifaces
authorGrzegorz Blach <grzegorz@blach.pl>
Fri, 5 Jul 2019 11:57:12 +0000 (11:57 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Aug 2019 22:22:37 +0000 (00:22 +0200)
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>
package/python-zeroconf/Config.in

index ac1acbbd8c8bca68e909fb080348f626b9669ed5..a56bf7c16c3911861038dfc18564be263e0862ce 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_ZEROCONF
        bool "python-zeroconf"
        depends on BR2_PACKAGE_PYTHON3
-       select BR2_PACKAGE_PYTHON_NETIFACES # runtime
+       select BR2_PACKAGE_PYTHON_IFADDR # runtime
        help
          Pure Python Multicast DNS Service Discovery Library
          (Bonjour/Avahi compatible).