Remove pkg_resources usage from reviewbot worker.
Review Request #14890 — Created March 9, 2026 and updated — Latest diff uploaded
setuptoolsversion 81 has removed thepkg_resourcespackage, breaking
all sorts of things. This change updates the reviewbot worker to use the
importlib_metadatabackport package instead.
Ran unit tests (which include entrypoint tests).