python3Packages.hass-nabucasa: relax cryptography dependency

This commit is contained in:
Martin Weinelt 2020-08-08 23:31:38 +02:00 committed by Jon
parent 3c7fe5bb6a
commit a797f7ce42

View file

@ -15,6 +15,7 @@ buildPythonPackage rec {
postPatch = ''
sed -i 's/"acme.*"/"acme"/' setup.py
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
'';
patches = [