esptool: Fix tests in sandbox

It actually requires flake8-future-import but manages to download it
from the Internet when run outside the sandbox.
This commit is contained in:
Tuomas Tynkkynen 2017-09-20 17:54:42 +03:00
parent ecebb6090a
commit 2c2cd34b54

View file

@ -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; {