Commit 5bd619d
Remove use of distutils
Distutils will be deprecated in python 3.12, see [PEP 632](https://www.python.org/dev/peps/pep-0632/).
`shutil.which` is the recommended replacement for `distutils.spawn.find_executable`.
Fixes #680
COPYBARA_INTEGRATE_REVIEW=#680 from nakulj:patch-1 48c041a
PiperOrigin-RevId: 4099891531 parent 7edc048 commit 5bd619d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments