ceph: remove unused dependency from httpcore (#466339)

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