python39Packages.python-miio: relax cryptography dependency

This commit is contained in:
Sandro Jäckel
2021-10-04 22:02:45 +02:00
parent 5b4e909b93
commit 04cded5ce5
@@ -37,6 +37,7 @@ buildPythonPackage rec {
substituteInPlace pyproject.toml \
--replace 'click = "^7"' 'click = "*"' \
--replace 'croniter = "^0"' 'croniter = "*"' \
--replace 'cryptography = "^3"' 'cryptography = "*"' \
--replace 'defusedxml = "^0.6"' 'defusedxml = "*"'
'';
@@ -74,4 +75,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ flyfloh ];
};
}