home-assistant: pin pyjwt==1.7.1, pykmtronic==0.0.3

This commit is contained in:
Martin Weinelt 2021-03-27 02:25:31 +01:00 committed by Frederik Rietdijk
parent 4e9c5151b9
commit 53198a47d1

View file

@ -43,6 +43,14 @@ let
});
})
# Pinned due to API changes in pyjwt>=2.0
(mkOverride "pyjwt" "1.7.1"
"15hflax5qkw1v6nssk1r0wkj83jgghskcmn875m3wgvpzdvajncd")
# Pinned due to API changes in pykmtronic>=0.2.0
(mkOverride "pykmtronic" "0.0.3"
"sha256-8bxn27DU1XUQUxQFJklEge29DHx1DMu7pJG4hVE1jDU=")
# Pinned due to bug in ring-doorbell 0.7.0
# https://github.com/tchellomello/python-ring-doorbell/issues/240
(mkOverride "ring-doorbell" "0.6.2"