switch distutils for sysconfig

This commit is contained in:
Ondřej Samohel 2022-01-26 16:04:04 +01:00
parent c6f6245335
commit 2bb63fa2c7
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -21,7 +21,7 @@ speed.
import os
import sys
import site
from distutils.util import get_platform
from sysconfig import get_platform
import platform
import subprocess
from pathlib import Path