File tree Expand file tree Collapse file tree 2 files changed +4
-32
lines changed Expand file tree Collapse file tree 2 files changed +4
-32
lines changed Original file line number Diff line number Diff line change @@ -60,34 +60,6 @@ zip -r "${PIP_WHEEL}" *
60
60
popd
61
61
rm -rf pip-tmp
62
62
63
- mkdir setuptools-tmp
64
- pushd setuptools-tmp
65
- unzip " ${SETUPTOOLS_WHEEL} "
66
- rm -f " ${SETUPTOOLS_WHEEL} "
67
-
68
- patch -p1 << EOF
69
- diff --git a/setuptools/_vendor/packaging/tags.py b/setuptools/_vendor/packaging/tags.py
70
- index 9064910b..c541e648 100644
71
- --- a/setuptools/_vendor/packaging/tags.py
72
- +++ b/setuptools/_vendor/packaging/tags.py
73
- @@ -475,7 +475,10 @@ def _glibc_version_string_ctypes():
74
- # which libc our process is actually using.
75
- #
76
- # Note: typeshed is wrong here so we are ignoring this line.
77
- - process_namespace = ctypes.CDLL(None) # type: ignore
78
- + try:
79
- + process_namespace = ctypes.CDLL(None) # type: ignore
80
- + except OSError:
81
- + return None
82
- try:
83
- gnu_get_libc_version = process_namespace.gnu_get_libc_version
84
- except AttributeError:
85
- EOF
86
-
87
- zip -r " ${SETUPTOOLS_WHEEL} " *
88
- popd
89
- rm -rf setuptools-tmp
90
-
91
63
# If we are cross-compiling, we need to build a host Python to use during
92
64
# the build.
93
65
if [ " ${BUILD_TRIPLE} " != " ${TARGET_TRIPLE} " ]; then
Original file line number Diff line number Diff line change 284
284
"license_file" : "LICENSE.readline.txt" ,
285
285
},
286
286
"setuptools" : {
287
- "url" : "https://files.pythonhosted.org/packages/4e/2e/f8e006dbaaa46ed1e762c287585b92476deb8d3ccb79b720ed3b86bc6113 /setuptools-58 .1.0 -py3-none-any.whl" ,
288
- "size" : 816725 ,
289
- "sha256" : "7324fd4b66efa05cdfc9c89174573a4410acc7848f318cc0565c7fb659dfdc81 " ,
290
- "version" : "58 .1.0 " ,
287
+ "url" : "https://files.pythonhosted.org/packages/ed/60/15ee37d6d3385e6a432d39b5ac51f8467178ad989ba50f2b55681c1a038e /setuptools-59 .1.1 -py3-none-any.whl" ,
288
+ "size" : 951244 ,
289
+ "sha256" : "fb537610c2dfe77b5896e3ee53dd53fbdd9adc48076c8f28cee3a30fb59a5038 " ,
290
+ "version" : "59 .1.1 " ,
291
291
},
292
292
"sqlite" : {
293
293
"url" : "https://www.sqlite.org/2021/sqlite-autoconf-3360000.tar.gz" ,
You can’t perform that action at this time.
0 commit comments