python3Packages.amqtt: relax websockets constraint
This commit is contained in:
parent
fbd86581ca
commit
e07226c7b7
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||
sha256 = "sha256-27LmNR1KC8w3zRJ7YBlBolQ4Q70ScTPqypMCpU6fO+I=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'websockets = "^9.0"' 'websockets = "^10.0"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue