Commit 3612e16
authored
Fix: Add python3-dev to linux dependencies. (#4902)
This fixes an issue where running `./local/install_deps_linux.bash`
would fail while building the `google-cloud-profiler` wheel, due to the
missing `Python.h` header file. This header is provided by the
`python3-dev` package.
Fixed: #49011 parent 1ee2473 commit 3612e16
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments