Skip to content

Commit

Permalink
python-trezor: Move mnemonic dependency to propagatedBuildInputs
Browse files Browse the repository at this point in the history
(cherry picked from commit 160e914)
  • Loading branch information
clefru authored and Mic92 committed Nov 22, 2017
1 parent a010bac commit c8df8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/trezor/default.nix
Expand Up @@ -12,9 +12,9 @@ buildPythonPackage rec {
sha256 = "6bdb69fc125ba705854e21163be6c7da3aa17c2a3a84f40b6d8a3f6e4a8cb314";
};

propagatedBuildInputs = [ protobuf3_2 hidapi requests ];
propagatedBuildInputs = [ protobuf3_2 hidapi requests mnemonic ];

buildInputs = [ ecdsa mnemonic ];
buildInputs = [ ecdsa ];

# There are no actual tests: "ImportError: No module named tests"
doCheck = false;
Expand Down

0 comments on commit c8df8c8

Please sign in to comment.