python3Packages.hass-nabucasa: 0.52.0 -> 0.54.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:00 +01:00
parent e70fd31a5b
commit 4d81db205d

View file

@ -28,7 +28,8 @@ buildPythonPackage rec {
sed -i 's/"acme.*"/"acme"/' setup.py
substituteInPlace setup.py \
--replace "cryptography>=2.8,<4.0" "cryptography" \
--replace "snitun==" "snitun>="
--replace "snitun==" "snitun>=" \
--replace "pycognito==2022.01.0" "pycognito"
'';
propagatedBuildInputs = [