Revert "ceph: remove unused dependency from httpcore"

This reverts commit ea34eac61b because the
dependency was removed from python3Packages.httpcore.
This commit is contained in:
Robert Schütz
2025-11-29 16:30:58 -08:00
parent 6252e8641c
commit 4d74eb6ca0
-3
View File
@@ -321,9 +321,6 @@ let
};
});
httpcore = super.httpcore.overridePythonAttrs (old: {
nativeCheckInputs = lib.remove self.pproxy old.nativeCheckInputs;
});
};
};