Commit aee9acf
authored
Use sysconfig directly to determine python lib dir (#378)
The distutils package is deprecated and will be removed in Python 3.12.
We can achieve the same behavior using sysconfig directly.
Signed-off-by: Scott K Logan <[email protected]>1 parent 199ac7a commit aee9acf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments