home-assistant: relax PyJWT constraint

main
Martin Weinelt 2 years ago
parent bc370f5af3
commit d69234ac72
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 1
      pkgs/servers/home-assistant/default.nix

@ -302,6 +302,7 @@ in with py.pkgs; buildPythonApplication rec {
--replace "cryptography==35.0.0" "cryptography" \
--replace "httpx==0.21.0" "httpx" \
--replace "pip>=8.0.3,<20.3" "pip" \
--replace "PyJWT==2.1.0" "PyJWT" \
--replace "pyyaml==6.0" "pyyaml" \
--replace "yarl==1.6.3" "yarl"
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'

Loading…
Cancel
Save