From bfce63096f21e19f6893dde16febae36765fc51e Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 12 Aug 2021 00:08:40 +0200 Subject: [PATCH] Add override for requestsexceptions --- overrides.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides.nix b/overrides.nix index 8735fc6..7118e42 100644 --- a/overrides.nix +++ b/overrides.nix @@ -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\' ""