platformio: relax wsproto constraint

This commit is contained in:
Martin Weinelt 2022-09-16 18:39:37 +02:00
parent 62bc729700
commit 09b2bf488f

View File

@ -21,7 +21,8 @@ with python3.pkgs; buildPythonApplication rec {
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
substituteInPlace setup.py \
--replace 'uvicorn==%s" % ("0.17.*"' 'uvicorn==%s" % ("0.18.*"'
--replace 'uvicorn==%s" % ("0.17.*"' 'uvicorn==%s" % ("0.18.*"' \
--replace 'wsproto==' 'wsproto>='
'';
propagatedBuildInputs = [