python310Packages.amqtt: Relax websockets constraint

This commit is contained in:
Martin Weinelt 2023-04-09 12:35:13 +02:00
parent 59ef9d5fc8
commit ce5b6aba7c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -32,7 +32,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'transitions = "^0.8.0"' 'transitions = "*"'
--replace 'transitions = "^0.8.0"' 'transitions = "*"' \
--replace 'websockets = ">=9.0,<11.0"' 'websockets = "*"'
'';
nativeBuildInputs = [