Unverified Commit 44398774 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

[Backport release-25.11] ceph: remove unused dependency from httpcore (#466357)

parents 63b44bac 71a31902
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;
        });
      };
  };