platformio: relax uvicorn
This commit is contained in:
parent
b628b6efac
commit
eb09880cbb
@ -143,8 +143,7 @@ with python.pkgs; buildPythonApplication rec {
|
|||||||
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
|
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
|
||||||
|
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "wsproto==1.0.*" "wsproto" \
|
--replace 'uvicorn==%s" % ("0.17.*"' 'uvicorn==%s" % ("0.18.*"'
|
||||||
--replace "zeroconf==0.38.*" "zeroconf"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user