kicad: add requests runtime dependency

required for some of the plugins
This commit is contained in:
Evils 2023-03-24 13:52:22 +01:00
parent d8020e1e17
commit 7f3a08710a

View File

@ -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)