From ad8bfd40afbfbd4efb1abb409864920137f4d1bd Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 1 Feb 2021 22:41:02 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/hwi/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix index d3b7d5c8566..7c34235a190 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