Commit ea34eac6 authored by Robert Schütz's avatar Robert Schütz
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.
parent e1a33b0f
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;
        });
      };
  };