overrides: remove problematic moto override

This commit is contained in:
Rowan Skewes 2022-01-08 21:58:38 +11:00
parent 6621669135
commit 189758214f

View file

@ -910,13 +910,6 @@ self: super:
buildInputs = oa.buildInputs ++ [ self.pbr ];
});
moto = super.moto.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++
[ self.sshpubkeys ];
}
);
mpi4py = super.mpi4py.overridePythonAttrs (
old:
let