mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
home-assistant: relax yarl constraint
This commit is contained in:
parent
b78b4fd178
commit
7a6f97d33b
@ -178,7 +178,8 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
--replace "pip>=8.0.3,<20.3" "pip" \
|
||||
--replace "requests==2.25.1" "requests>=2.25.1" \
|
||||
--replace "ruamel.yaml==0.15.100" "ruamel.yaml" \
|
||||
--replace "voluptuous==0.12.1" "voluptuous==0.12.2"
|
||||
--replace "voluptuous==0.12.1" "voluptuous==0.12.2" \
|
||||
--replace "yarl==1.6.3" "yarl==1.7.0"
|
||||
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user