Skip to content

Commit fdab2a1

Browse files
committed
force setuptools upgrade (ctypes dep. pypa/setuptools#3178 )
1 parent 0239ecd commit fdab2a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python-wasm-sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ then
3838
mkdir -p /tmp/sdk
3939
tar -cpRj \
4040
.${SDKDIR}/config \
41+
.${SDKDIR}/build/pycache/sysconfig/_sysconfigdata__emscripten_debug.py
4142
.${SDKDIR}/python3-wasm \
4243
.${SDKDIR}/wasm32-*-shell.sh \
4344
.${SDKDIR}/emsdk \

scripts/cpython-build-host-deps.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ echo "
66

77

88
# https://stackoverflow.com/questions/6301003/stopping-setup-py-from-installing-as-egg
9-
109
# python3 setup.py install --single-version-externally-managed --root=/
1110

11+
# to remove ctypes deps
12+
$PIP install setuptools --upgrade
13+
14+
# just in case
1215
$PIP install pip --upgrade
1316

1417
export CC=clang

0 commit comments

Comments
 (0)