- Notifications
You must be signed in to change notification settings - Fork52
Commit9499f7c
committed
Use distutils provided by setuptools
The distutils module provided by the stdlib has been deprecated inPython 3.10. This PR sets an env var that is read by setuptools whichwill shim its vendored copy of distutils if present avoiding a failureonce distutils is removed from the stdlib.Signed-off-by: Jordan Borean <jborean93@gmail.com>1 parent2bde020 commit9499f7c
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
0 commit comments
Comments
(0)