home-assistant: allow later awesomeversion releases
This commit is contained in:
parent
153c2c07e1
commit
e2f4386944
@ -117,6 +117,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "aiohttp==3.7.4" "aiohttp>=3.7.3" \
|
--replace "aiohttp==3.7.4" "aiohttp>=3.7.3" \
|
||||||
--replace "attrs==19.3.0" "attrs>=19.3.0" \
|
--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 "bcrypt==3.1.7" "bcrypt>=3.1.7" \
|
||||||
--replace "cryptography==3.3.2" "cryptography" \
|
--replace "cryptography==3.3.2" "cryptography" \
|
||||||
--replace "httpx==0.16.1" "httpx>=0.16.1" \
|
--replace "httpx==0.16.1" "httpx>=0.16.1" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user