platformio: relax uvicorn

This commit is contained in:
Sandro Jäckel 2022-06-25 21:30:44 +02:00 committed by Martin Weinelt
parent b628b6efac
commit eb09880cbb

View File

@ -143,8 +143,7 @@ with python.pkgs; buildPythonApplication rec {
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
substituteInPlace setup.py \
--replace "wsproto==1.0.*" "wsproto" \
--replace "zeroconf==0.38.*" "zeroconf"
--replace 'uvicorn==%s" % ("0.17.*"' 'uvicorn==%s" % ("0.18.*"'
'';
meta = with lib; {