about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-03 23:15:52 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-03 23:15:52 +0100
commitd69234ac7221ff15869cf13b1b40003afb4294d6 (patch)
treebc555145a95dccaec1d50f238e8da204b1b8dc4a /pkgs/servers/home-assistant
parentbc370f5af3b288a5a9a812bbf168fd4282e14698 (diff)
home-assistant: relax PyJWT constraint
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index b0d2063742391..b6a69fd0ffdb0 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/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"'