pythonPackages.hwi: drop dependencies that are bundled
hwi bundles stripped down versions of btchip, ckcc and trezor libraries, so it never touches the original ones This reverts commit 529e80db911b5cafd270aaa0d326a9ea937043ea.
This commit is contained in:
parent
67bdaf0655
commit
ad8bfd40af
@ -2,14 +2,11 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, bitbox02
|
||||
, btchip
|
||||
, ckcc-protocol
|
||||
, ecdsa
|
||||
, hidapi
|
||||
, libusb1
|
||||
, mnemonic
|
||||
, pyaes
|
||||
, trezor
|
||||
, pythonAtLeast
|
||||
}:
|
||||
|
||||
@ -34,14 +31,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bitbox02
|
||||
btchip
|
||||
ckcc-protocol
|
||||
ecdsa
|
||||
hidapi
|
||||
libusb1
|
||||
mnemonic
|
||||
pyaes
|
||||
trezor
|
||||
];
|
||||
|
||||
# tests require to clone quite a few firmwares
|
||||
|
Loading…
x
Reference in New Issue
Block a user