python3Packages.hass-nabucasa: relax cryptography dependency
This commit is contained in:
parent
3c7fe5bb6a
commit
a797f7ce42
|
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
sed -i 's/"acme.*"/"acme"/' setup.py
|
||||
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
|
||||
'';
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in New Issue