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

ceph: remove unused dependency from httpcore (#466339)

parents 1b55c870 ea34eac6
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;
        });
      };
  };