freecad: add scipy and pyyaml to dependencies

Closes #108424
This commit is contained in:
ppenguin
2021-01-15 10:51:03 +01:00
committed by Linus Heckemann
parent 35da03c298
commit 4f80e06846
@@ -33,6 +33,7 @@ in mkDerivation rec {
] ++ (with pythonPackages; [
matplotlib pycollada shiboken2 pyside2 pyside2-tools pivy python boost
GitPython # for addon manager
scipy pyyaml # (at least for) PyrateWorkbench
]);
cmakeFlags = [