python310Packages.amqtt: Relax websockets constraint
This commit is contained in:
parent
59ef9d5fc8
commit
ce5b6aba7c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user