mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
home-assistant: relax httpx, requests constraints
This commit is contained in:
parent
c16fb103ba
commit
7d130e3fbd
1 changed files with 2 additions and 0 deletions
|
@ -172,7 +172,9 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
--replace "awesomeversion==21.4.0" "awesomeversion" \
|
||||
--replace "bcrypt==3.1.7" "bcrypt" \
|
||||
--replace "cryptography==3.3.2" "cryptography" \
|
||||
--replace "httpx==0.18.2" "httpx>=0.18.2" \
|
||||
--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"
|
||||
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue