about summary refs log tree commit diff
path: root/pkgs/development/embedded
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-12-20 14:01:53 -0800
committerRobert Schütz <nix@dotlambda.de>2022-12-20 14:01:53 -0800
commit354e079535fc4c7a2a7cad2acbbee249cbfc2539 (patch)
tree8161c8a73efa759808730538705af31f2a2c1835 /pkgs/development/embedded
parent8ec25c79d3e1f8bd729d5c81db08c100ca9889cb (diff)
downloadnixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar.gz
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar.bz2
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar.lz
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar.xz
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.tar.zst
nixlib-354e079535fc4c7a2a7cad2acbbee249cbfc2539.zip
platformio: relax uvicorn constraint
Diffstat (limited to 'pkgs/development/embedded')
-rw-r--r--pkgs/development/embedded/platformio/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/embedded/platformio/core.nix b/pkgs/development/embedded/platformio/core.nix
index afd60ec2aebc..a9b6e156b874 100644
--- a/pkgs/development/embedded/platformio/core.nix
+++ b/pkgs/development/embedded/platformio/core.nix
@@ -21,7 +21,7 @@ with python3.pkgs; buildPythonApplication rec {
       --subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
 
     substituteInPlace setup.py \
-      --replace 'uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*")' 'uvicorn>=0.16,<=0.19"' \
+      --replace 'uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*")' 'uvicorn>=0.16"' \
       --replace 'starlette==%s" % ("0.19.1" if PY36 else "0.21.*")' 'starlette>=0.19.1,<=0.21"' \
       --replace 'tabulate==%s" % ("0.8.10" if PY36 else "0.9.*")' 'tabulate>=0.8.10,<=0.9"' \
       --replace 'wsproto==' 'wsproto>='