auc: read `detail` not `message` from server
[feed/packages.git] / utils / gpsd / patches / 0001-no-distutils-import.patch
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
10
11 @@ -303,7 +302,7 @@ EnsureSConsVersion(2, 3, 0)
12 EnsurePythonVersion(2, 6)
13
14
15 -PYTHON_SYSCONFIG_IMPORT = 'from distutils import sysconfig'
16 +PYTHON_SYSCONFIG_IMPORT = ''
17
18 # Utility productions
19