Merge pull request #104014 from delroth/hass-aiohttp
home-assistant: loosen aiohttp version pin to unbreak build
This commit is contained in:
commit
3bf2464a68
@ -91,6 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
|
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
|
||||||
--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 "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"
|
--replace "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user