Merge pull request #111183 from prusnak/hwi

pythonPackages.hwi: reintroduce dropped dependencies
This commit is contained in:
Pavol Rusnak
2021-01-30 00:17:06 +01:00
committed by GitHub

View File

@@ -2,11 +2,14 @@
, buildPythonPackage
, fetchFromGitHub
, bitbox02
, btchip
, ckcc-protocol
, ecdsa
, hidapi
, libusb1
, mnemonic
, pyaes
, trezor
, pythonAtLeast
}:
@@ -31,11 +34,14 @@ buildPythonPackage rec {
propagatedBuildInputs = [
bitbox02
btchip
ckcc-protocol
ecdsa
hidapi
libusb1
mnemonic
pyaes
trezor
];
# tests require to clone quite a few firmwares