about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hwi
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-02-01 22:41:02 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-02-01 22:41:02 +0100
commitad8bfd40afbfbd4efb1abb409864920137f4d1bd (patch)
tree30eb6e31c87ec3cc1811d558e643a0c283ed5ff6 /pkgs/development/python-modules/hwi
parent67bdaf0655f598f37523b6676a286a6453be6f6a (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/hwi')
-rw-r--r--pkgs/development/python-modules/hwi/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix
index d3b7d5c856669..7c34235a190b9 100644
--- a/pkgs/development/python-modules/hwi/default.nix
+++ b/pkgs/development/python-modules/hwi/default.nix
@@ -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