Skip to content

Commit

Permalink
python39Packages.python-miio: relax cryptography dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 4, 2021
1 parent 5b4e909 commit 04cded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/python-miio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"'
'';

Expand Down Expand Up @@ -74,4 +75,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ flyfloh ];
};
}

0 comments on commit 04cded5

Please sign in to comment.