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.
This commit is contained in:
Robert Schütz
2025-11-29 10:32:34 -08:00
parent e1a33b0feb
commit ea34eac61b
+3
View File
@@ -321,6 +321,9 @@ let
};
});
httpcore = super.httpcore.overridePythonAttrs (old: {
nativeCheckInputs = lib.remove self.pproxy old.nativeCheckInputs;
});
};
};