kicad: add requests runtime dependency

required for some of the plugins
This commit is contained in:
Evils
2023-03-28 18:57:29 +02:00
parent d8020e1e17
commit 7f3a08710a
@@ -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)