Commit 67af0a6
build: avoid usage of pipes library
Python's `pipes` library is deprecated and will be removed in Python
version 3.13, so remove it's import and replace `pipes.quote()` with
`shlex.quote()`.
PR-URL: #47271
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>1 parent 2865cbb commit 67af0a6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
2127 | 2126 | | |
2128 | 2127 | | |
2129 | 2128 | | |
2130 | | - | |
| 2129 | + | |
2131 | 2130 | | |
2132 | 2131 | | |
2133 | 2132 | | |
| |||
0 commit comments