Merge pull request #104014 from delroth/hass-aiohttp

home-assistant: loosen aiohttp version pin to unbreak build
This commit is contained in:
Martin Weinelt 2020-11-17 03:10:25 +01:00 committed by GitHub
commit 3bf2464a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
postPatch = ''
substituteInPlace setup.py \
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
--replace "cryptography==3.2" "cryptography" \
--replace "ruamel.yaml==0.15.100" "ruamel.yaml>=0.15.100"