python3Packages.aerosandbox: add missing pythonRemoveDeps
This commit is contained in:
@@ -44,6 +44,14 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
pythonImportsCheck = [ "aerosandbox" ];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
# infinite recursion
|
||||
"neuralfoil"
|
||||
# not pypa-installed, so no metadata
|
||||
# good candidate for https://github.com/NixOS/nixpkgs/pull/518530
|
||||
"casadi"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Aircraft design optimization made fast through modern automatic differentiation";
|
||||
homepage = "https://peterdsharpe.github.io/AeroSandbox";
|
||||
|
||||
Reference in New Issue
Block a user