python3Packages.amqtt: relax websockets constraint

This commit is contained in:
Martin Weinelt 2021-10-10 06:27:28 +02:00
parent fbd86581ca
commit e07226c7b7

View file

@ -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 = [