Merge pull request #494 from rskew/moto-woops

overrides: remove problematic moto override
This commit is contained in:
adisbladis 2022-01-08 23:36:14 +12:00 committed by GitHub
commit 4893be1002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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