From 72bb159263eddaf06dafa2a3ed188d05432b6360 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 14 Aug 2020 02:16:46 +0200 Subject: [PATCH] python-zeroconf introduced (even more) breaking changes in 0.27.0. Give up and explicitly depend on zeroconf>=0.27.0, even if this can break other packages. For any issues, please shout at the python-zeroconf maintainers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d60e6aa5..a5507f33 100755 --- a/setup.py +++ b/setup.py @@ -161,7 +161,7 @@ setup( 'websockets', 'websocket-client', 'wheel', - 'zeroconf', + 'zeroconf>=0.27.0', ], extras_require={