mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
home-assistant: relax voluptuous constraint
This commit is contained in:
parent
44c1014314
commit
5282622cf5
@ -177,7 +177,8 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
--replace "cryptography==3.3.2" "cryptography" \
|
||||
--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 "ruamel.yaml==0.15.100" "ruamel.yaml" \
|
||||
--replace "voluptuous==0.12.1" "voluptuous==0.12.2"
|
||||
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user