trezor: Add pyblake2, click, libusb1 and ecdsa as propagatedBuildInput

This commit is contained in:
Clemens Fruhwirth
2018-02-22 11:15:43 +01:00
parent 1fa60974e7
commit b846847a32
@@ -1,5 +1,5 @@
{ lib, fetchPypi, buildPythonPackage, protobuf, hidapi, ecdsa, mnemonic { lib, fetchPypi, buildPythonPackage,
, requests protobuf, hidapi, ecdsa, mnemonic, requests, pyblake2, click, libusb1
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -12,9 +12,7 @@ buildPythonPackage rec {
sha256 = "2dd01e11d669cb8f5e40fcf1748bcabc41fb5f41edb010fc807dc3088f9bd7de"; sha256 = "2dd01e11d669cb8f5e40fcf1748bcabc41fb5f41edb010fc807dc3088f9bd7de";
}; };
propagatedBuildInputs = [ protobuf hidapi requests mnemonic ]; propagatedBuildInputs = [ protobuf hidapi ecdsa mnemonic requests pyblake2 click libusb1 ];
buildInputs = [ ecdsa ];
# There are no actual tests: "ImportError: No module named tests" # There are no actual tests: "ImportError: No module named tests"
doCheck = false; doCheck = false;