mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
override: for mongomock
requires pbr
This commit is contained in:
parent
6f1cc3a078
commit
108d44d39a
1 changed files with 4 additions and 0 deletions
|
@ -431,6 +431,10 @@ self: super:
|
|||
buildInputs = old.buildInputs ++ [ self.setuptools-scm-git-archive ];
|
||||
});
|
||||
|
||||
mongomock = super.mongomock.overridePythonAttrs (oa: {
|
||||
buildInputs = oa.buildInputs ++ [ self.pbr ];
|
||||
});
|
||||
|
||||
netcdf4 = super.netcdf4.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue