Revert "ceph: remove unused dependency from httpcore" (#466427)

This commit is contained in:
dotlambda
2025-11-30 00:45:39 +00:00
committed by GitHub
-3
View File
@@ -321,9 +321,6 @@ let
};
});
httpcore = super.httpcore.overridePythonAttrs (old: {
nativeCheckInputs = lib.remove self.pproxy old.nativeCheckInputs;
});
};
};