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.
This commit is contained in:
parent
f35bacaae5
commit
72bb159263
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -161,7 +161,7 @@ setup(
|
|||
'websockets',
|
||||
'websocket-client',
|
||||
'wheel',
|
||||
'zeroconf',
|
||||
'zeroconf>=0.27.0',
|
||||
],
|
||||
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in a new issue