Skip to content

Commit

Permalink
esptool: Fix tests in sandbox
Browse files Browse the repository at this point in the history
It actually requires flake8-future-import but manages to download it
from the Internet when run outside the sandbox.
  • Loading branch information
dezgeg committed Sep 20, 2017
1 parent ecebb60 commit 2c2cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/esptool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "137p0kcscly95qpjzgx1yxm8k2wf5y9v3srvlhp2ajniirgv8ijv";
};

buildInputs = with python3.pkgs; [ flake8 ];
buildInputs = with python3.pkgs; [ flake8 flake8-future-import ];
propagatedBuildInputs = with python3.pkgs; [ pyserial pyaes ecdsa openssl ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 2c2cd34

Please sign in to comment.