platformio: relax dependency constraints

This commit is contained in:
Martin Weinelt 2022-03-06 22:29:59 +01:00
parent c8e2dc12c8
commit 87658e75f3

View File

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