Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2594 from pypeclub/bugfix/switch-get-platform-to-…
Browse files Browse the repository at this point in the history
…sysconfig

switch distutils to sysconfig for `get_platform()`
  • Loading branch information
antirotor authored Jan 27, 2022
2 parents c8c8212 + 2bb63fa commit 66db77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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
Expand Down

0 comments on commit 66db77e

Please sign in to comment.