python3Packages.hass-nabucasa: 0.52.0 -> 0.54.0
This commit is contained in:
parent
e70fd31a5b
commit
4d81db205d
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue