Skip to content

Commit b1cdc67

Browse files
authored
Merge pull request #21072 from QuLogic/sysconfig
Use sysconfig directly instead of through distutils
2 parents 0e14162 + 96b1923 commit b1cdc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import configparser
2-
from distutils import sysconfig
32
import functools
43
import hashlib
54
from io import BytesIO
@@ -11,6 +10,7 @@
1110
import shutil
1211
import subprocess
1312
import sys
13+
import sysconfig
1414
import tarfile
1515
import textwrap
1616
import urllib.request

0 commit comments

Comments
 (0)