python3Packages.hass-nabuacasa: update dependency constraints

This commit is contained in:
Martin Weinelt 2022-06-03 13:21:20 +02:00 committed by Jonathan Ringer
parent cd49d603d9
commit 34423b1b26
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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