pw_env_setup: Include Python packages from CIPD

Change-Id: I3a444ed8f97e3ced596ffffc7672f38b40ef3c8f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/162073
Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/python310.json b/pw_env_setup/py/pw_env_setup/cipd_setup/python310.json
index 2085162..e46eb39 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/python310.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/python310.json
@@ -12,6 +12,18 @@
       "tags": [
         "version:2@3.10.8.chromium.23"
       ]
+    },
+    {
+      "path": "pigweed/third_party/python_packages/310/${platform}",
+      "platforms": [
+        "linux-amd64",
+        "mac-amd64",
+        "windows-amd64"
+      ],
+      "tags": [
+        "git_revision:797baaed66ab642510ca07e9478754a11000a5f5"
+      ],
+      "subdir": "pip_cache"
     }
   ]
 }
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/python311.json b/pw_env_setup/py/pw_env_setup/cipd_setup/python311.json
index 84c0709..51ae612 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/python311.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/python311.json
@@ -13,6 +13,18 @@
         "version:2@3.11.3.chromium.29"
       ],
       "version_file": ".versions/cpython3.cipd_version"
+    },
+    {
+      "path": "pigweed/third_party/python_packages/311/${platform}",
+      "platforms": [
+        "linux-amd64",
+        "mac-amd64",
+        "windows-amd64"
+      ],
+      "tags": [
+        "git_revision:797baaed66ab642510ca07e9478754a11000a5f5"
+      ],
+      "subdir": "pip_cache"
     }
   ]
 }
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/python38.json b/pw_env_setup/py/pw_env_setup/cipd_setup/python38.json
index ecbbabb..7b31185 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/python38.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/python38.json
@@ -12,6 +12,18 @@
       "tags": [
         "version:2@3.8.10.chromium.24"
       ]
+    },
+    {
+      "path": "pigweed/third_party/python_packages/38/${platform}",
+      "platforms": [
+        "linux-amd64",
+        "mac-amd64",
+        "windows-amd64"
+      ],
+      "tags": [
+        "git_revision:797baaed66ab642510ca07e9478754a11000a5f5"
+      ],
+      "subdir": "pip_cache"
     }
   ]
 }
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/python39.json b/pw_env_setup/py/pw_env_setup/cipd_setup/python39.json
index 86ccca4..2f78feb 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/python39.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/python39.json
@@ -12,6 +12,18 @@
       "tags": [
         "version:2@3.9.13.chromium.22"
       ]
+    },
+    {
+      "path": "pigweed/third_party/python_packages/39/${platform}",
+      "platforms": [
+        "linux-amd64",
+        "mac-amd64",
+        "windows-amd64"
+      ],
+      "tags": [
+        "git_revision:797baaed66ab642510ca07e9478754a11000a5f5"
+      ],
+      "subdir": "pip_cache"
     }
   ]
 }