home-assistant: relax PyJWT constraint

This commit is contained in:
Martin Weinelt 2022-01-03 23:15:52 +01:00
parent bc370f5af3
commit d69234ac72
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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"'