Skip to content

Commit 6420b6f

Browse files
johnhaddonmurraystevenson
authored andcommitted
SConstruct : Remove unused imports
This is critical on Windows CI, because GitHub has just updated the default Python version to 3.12, which no longer includes `distutils`. See actions/runner-images#13468.
1 parent a40506c commit 6420b6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SConstruct

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,12 @@
4141
#
4242
##########################################################################
4343

44-
import SCons
45-
import shutil
4644
import glob
4745
import sys
4846
import os
4947
import re
5048
import subprocess
5149
import platform
52-
import distutils
5350

5451
EnsureSConsVersion( 3, 0, 2 ) # Substfile is a default builder as of 3.0.2
5552
SConsignFile()

0 commit comments

Comments
 (0)