freecad: add scipy and pyyaml to dependencies

Closes #108424
This commit is contained in:
ppenguin
2021-01-04 21:52:33 +01:00
committed by Linus Heckemann
parent 35da03c298
commit 4f80e06846

View File

@@ -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 = [