Make minidump tests Python 3-compatible

Makes it possible to run //tools/perf/core/minidump_unittests.py under
Python 3 on Linux. Other platforms may work, but have not yet been
verified.

Bug: 1198237
Change-Id: I2ba57111eb8704d446fd42f4a2d229252ec9627e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3169966
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: David Schinazi <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/main@{#926914}
diff --git a/.vpython3 b/.vpython3
index 45fd1b7..21e1508 100644
--- a/.vpython3
+++ b/.vpython3
@@ -176,7 +176,7 @@
 
 wheel: <
   name: "infra/python/wheels/pyparsing-py2_py3"
-  version: "version:2.2.0"
+  version: "version:2.4.7"
 >
 
 wheel: <
@@ -293,3 +293,32 @@
     platform: "macosx_10_10_intel"
   >
 >
+
+# Used by:
+#   tools/perf/core/results_dashboard.py
+wheel: <
+  name: "infra/python/wheels/httplib2-py3"
+  version: "version:0.19.1"
+>
+
+# Used by:
+#   tools/perf/flakiness_cli
+wheel: <
+  name: "infra/python/wheels/pandas/${vpython_platform}"
+  version: "version:1.3.2"
+  match_tag: <
+    platform: "win32"
+  >
+  match_tag: <
+    platform: "win_amd64"
+  >
+  match_tag: <
+    platform: "manylinux1_i686"
+  >
+  match_tag: <
+    platform: "manylinux1_x86_64"
+  >
+  match_tag: <
+    platform: "macosx_10_6_intel"
+  >
+>