home-assistant: allow later awesomeversion releases

This commit is contained in:
Fabian Affolter 2021-04-06 11:52:17 +02:00
parent 153c2c07e1
commit e2f4386944

View file

@ -117,6 +117,7 @@ in with py.pkgs; buildPythonApplication rec {
substituteInPlace setup.py \
--replace "aiohttp==3.7.4" "aiohttp>=3.7.3" \
--replace "attrs==19.3.0" "attrs>=19.3.0" \
--replace "awesomeversion==21.2.3" "awesomeversion>=21.2.3" \
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
--replace "cryptography==3.3.2" "cryptography" \
--replace "httpx==0.16.1" "httpx>=0.16.1" \