Skip to content

Commit

Permalink
home-assistant: loosen aiohttp version pin to unbreak build
Browse files Browse the repository at this point in the history
nixpkgs's aiohttp is currently 3.6.3, which is API compatible with 3.6.2
required by home-assistant.
  • Loading branch information
delroth committed Nov 17, 2020
1 parent fb997de commit f86a943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/home-assistant/default.nix
Expand Up @@ -91,6 +91,7 @@ in with py.pkgs; buildPythonApplication rec {

postPatch = ''
substituteInPlace setup.py \
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
--replace "cryptography==3.2" "cryptography" \
--replace "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"
Expand Down

0 comments on commit f86a943

Please sign in to comment.