python3Packages.hass-nabucasa: relax cryptography constraint further

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:47 +02:00
parent 6a34633c0e
commit e26a2367f6
@@ -27,7 +27,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "acme==" "acme>=" \
--replace "cryptography>=2.8,<37.0" "cryptography" \
--replace "cryptography>=2.8,<38.0" "cryptography" \
--replace "pycognito==" "pycognito>=" \
--replace "snitun==" "snitun>=" \
'';