From 9ea5193329e55b862f5123de46569025687333f6 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 10 Aug 2023 15:40:46 +0000 Subject: [PATCH] requirements-hw: pin ledger-bitcoin to "<0.2.2" ledger-bitcoin==0.2.2 added new deps we don't want to bundle. otherwise it should be ok to use. see https://github.com/LedgerHQ/app-bitcoin-new/issues/192 --- contrib/requirements/requirements-hw.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/requirements/requirements-hw.txt b/contrib/requirements/requirements-hw.txt index e0c0efbf2..5c1b6ca64 100644 --- a/contrib/requirements/requirements-hw.txt +++ b/contrib/requirements/requirements-hw.txt @@ -11,8 +11,10 @@ keepkey>=6.3.1 # device plugin: ledger # note: btchip-python only needed for "legacy" protocol and HW.1 support +# note: ledger-bitcoin==0.2.2 added new deps we don't want to bundle. otherwise it should be ok to use. + see https://github.com/LedgerHQ/app-bitcoin-new/issues/192 btchip-python>=0.1.32 -ledger-bitcoin>=0.2.0,<0.3.0 +ledger-bitcoin>=0.2.0,<0.2.2 hidapi # device plugin: coldcard