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 529e80db91.
This commit is contained in:
Pavol Rusnak
2021-02-01 22:41:02 +01:00
parent 67bdaf0655
commit ad8bfd40af
@@ -2,14 +2,11 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, bitbox02 , bitbox02
, btchip
, ckcc-protocol
, ecdsa , ecdsa
, hidapi , hidapi
, libusb1 , libusb1
, mnemonic , mnemonic
, pyaes , pyaes
, trezor
, pythonAtLeast , pythonAtLeast
}: }:
@@ -34,14 +31,11 @@ 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