Commit 7f3a0871 authored by Evils's avatar Evils
Browse files

kicad: add requests runtime dependency

required for some of the plugins
parent d8020e1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
  dontFixup = true;

  pythonPath = optionals (withScripting)
    [ wxPython python.pkgs.six ];
    [ wxPython python.pkgs.six python.pkgs.requests ];

  nativeBuildInputs = [ makeWrapper ]
    ++ optionals (withScripting)