Control: tags -1 + patch On Sat, Oct 23, 2021 at 09:40:41PM +0200, Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build > on amd64.
Please find a fix attached. Helmut
--- python-hbmqtt-0.9.6.orig/hbmqtt/adapters.py +++ python-hbmqtt-0.9.6/hbmqtt/adapters.py @@ -3,7 +3,7 @@ # See the file license.txt for copying permission. import asyncio import io -from websockets.protocol import WebSocketCommonProtocol +from websockets.legacy.protocol import WebSocketCommonProtocol from websockets.exceptions import ConnectionClosed from asyncio import StreamReader, StreamWriter import logging