Merge pull request #111183 from prusnak/hwi
pythonPackages.hwi: reintroduce dropped dependencies
This commit is contained in:
commit
ec36c2a774
@ -2,11 +2,14 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, bitbox02
|
, bitbox02
|
||||||
|
, btchip
|
||||||
|
, ckcc-protocol
|
||||||
, ecdsa
|
, ecdsa
|
||||||
, hidapi
|
, hidapi
|
||||||
, libusb1
|
, libusb1
|
||||||
, mnemonic
|
, mnemonic
|
||||||
, pyaes
|
, pyaes
|
||||||
|
, trezor
|
||||||
, pythonAtLeast
|
, pythonAtLeast
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -31,11 +34,14 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
bitbox02
|
bitbox02
|
||||||
|
btchip
|
||||||
|
ckcc-protocol
|
||||||
ecdsa
|
ecdsa
|
||||||
hidapi
|
hidapi
|
||||||
libusb1
|
libusb1
|
||||||
mnemonic
|
mnemonic
|
||||||
pyaes
|
pyaes
|
||||||
|
trezor
|
||||||
];
|
];
|
||||||
|
|
||||||
# tests require to clone quite a few firmwares
|
# tests require to clone quite a few firmwares
|
||||||
|
Loading…
x
Reference in New Issue
Block a user