python3Packages.ledger-bitcoin: fix build

bip32 is a required dependency of ledger-bitcoin 0.2.2
This commit is contained in:
arcnmx
2023-10-31 09:26:05 -07:00
parent 5c5d74942a
commit edcac9fa07
@@ -4,6 +4,8 @@
, setuptools
, ledgercomm
, packaging
, bip32
, coincurve
, typing-extensions
}:
@@ -25,6 +27,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ledgercomm
packaging
bip32
coincurve
typing-extensions
];