Skip to content

Commit

Permalink
Merge pull request #350 from nlewo/requestsexceptions
Browse files Browse the repository at this point in the history
Add override for requestsexceptions
  • Loading branch information
adisbladis authored Aug 11, 2021
2 parents e96faf1 + bfce630 commit 3000009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,10 @@ self: super:
}
);

requestsexceptions = super.requestsexceptions.overridePythonAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pbr ];
});

rlp = super.rlp.overridePythonAttrs {
preConfigure = ''
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
Expand Down

0 comments on commit 3000009

Please sign in to comment.