Commit 71a31902 authored by Robert Schütz's avatar Robert Schütz Committed by github-actions[bot]
Browse files

ceph: remove unused dependency from httpcore

This fixes the build of ceph and can be reverted once
https://github.com/NixOS/nixpkgs/pull/462435 reaches master.

(cherry picked from commit ea34eac6)
parent 953e37fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -321,6 +321,9 @@ let
          };
        });

        httpcore = super.httpcore.overridePythonAttrs (old: {
          nativeCheckInputs = lib.remove self.pproxy old.nativeCheckInputs;
        });
      };
  };