You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
354 B

  1. --- a/SConstruct
  2. +++ b/SConstruct
  3. @@ -42,7 +42,6 @@ import re
  4. import subprocess
  5. import sys
  6. import time
  7. -from distutils import sysconfig
  8. import SCons
  9. @@ -303,7 +302,7 @@ EnsureSConsVersion(2, 3, 0)
  10. EnsurePythonVersion(2, 6)
  11. -PYTHON_SYSCONFIG_IMPORT = 'from distutils import sysconfig'
  12. +PYTHON_SYSCONFIG_IMPORT = ''
  13. # Utility productions