roll: pigweed pw_build: pw_python_distribution input fix

The common_setup_cfg was missing as an input to this template. This
caused wheel files to not regenerated after changes.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244173
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: ae426510b588dc062fe5db0951097803d973caa0

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 5dd309e3e2ff76..ae426510b588dc
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733220114202286689
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id7f21a1917c550ebaf6d326f2b8e402da3a5f5b1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/244161
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 1f60d64..f2c4b9f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-24.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733220597131166033.
-    commit = "5dd309e3e2ff764e62cb8683c3dab5017f6cfc1d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733220114202286689.
+    commit = "ae426510b588dc062fe5db0951097803d973caa0",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-24.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733220597131166033.
-    commit = "5dd309e3e2ff764e62cb8683c3dab5017f6cfc1d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733220114202286689.
+    commit = "ae426510b588dc062fe5db0951097803d973caa0",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )