python3Packages.hass-nabuacasa: update dependency constraints
This commit is contained in:
parent
cd49d603d9
commit
34423b1b26
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue