mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #350 from nlewo/requestsexceptions
Add override for requestsexceptions
This commit is contained in:
commit
3000009718
1 changed files with 4 additions and 0 deletions
|
@ -1388,6 +1388,10 @@ self: super:
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
requestsexceptions = super.requestsexceptions.overridePythonAttrs (old: {
|
||||||
|
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pbr ];
|
||||||
|
});
|
||||||
|
|
||||||
rlp = super.rlp.overridePythonAttrs {
|
rlp = super.rlp.overridePythonAttrs {
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
|
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue