Skip to content

Commit

Permalink
Merge pull request #147483 from mweinelt/relax-my-hass
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 27, 2021
2 parents cdc1f0f + 670599a commit e2730a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,13 @@ in with py.pkgs; buildPythonApplication rec {

postPatch = ''
substituteInPlace setup.py \
--replace "async_timeout==3.0.1" "async_timeout" \
--replace "awesomeversion==21.10.1" "awesomeversion" \
--replace "aiohttp==3.7.4.post0" "aiohttp" \
--replace "bcrypt==3.1.7" "bcrypt" \
--replace "pip>=8.0.3,<20.3" "pip" \
--replace "pyyaml==6.0" "pyyaml" \
--replace "yarl==1.6.3" "yarl==1.7.0"
--replace "yarl==1.6.3" "yarl"
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
'';

Expand Down

0 comments on commit e2730a7

Please sign in to comment.