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