home-assistant: relax dependencies
This commit is contained in:
parent
c76f365c0d
commit
80596e106d
@ -87,8 +87,10 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "aiohttp==3.7.1" "aiohttp>=3.6.3" \
|
--replace "aiohttp==3.7.1" "aiohttp>=3.6.3" \
|
||||||
|
--replace "attrs==19.3.0" "attrs>=19.3.0" \
|
||||||
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
|
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
|
||||||
--replace "cryptography==3.2" "cryptography" \
|
--replace "cryptography==3.2" "cryptography" \
|
||||||
|
--replace "pip>=8.0.3,<20.3" "pip" \
|
||||||
--replace "requests==2.25.0" "requests>=2.24.0" \
|
--replace "requests==2.25.0" "requests>=2.24.0" \
|
||||||
--replace "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"
|
--replace "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"
|
||||||
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
|
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
|
||||||
|
Loading…
Reference in New Issue
Block a user