Merge pull request #350 from nlewo/requestsexceptions

Add override for requestsexceptions
This commit is contained in:
adisbladis 2021-08-11 17:52:27 -05:00 committed by GitHub
commit 3000009718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\' ""