File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,17 @@ PIP="${SDKROOT}/python3-wasm -m pip"
10
10
# all needed for PEP722/723, hpy, cffi modules and wheel building
11
11
12
12
# pip pip-24.0 broken
13
- for module in typing_extensions mypy_extensions meson-python pyproject-metadata \
13
+ for module in typing_extensions mypy_extensions pyproject-metadata \
14
14
setuptools build wheel pyparsing packaging \
15
- git+https://github.com/cffi/cffi git+https://github.com/pypa/installer
15
+ git+https://github.com/python- cffi/cffi meson-python git+https://github.com/pypa/installer
16
16
do
17
- if $HPIP install --force $module
17
+ $PIP install --force $module
18
+ if $HPIP install --upgrade --force " $module "
18
19
then
19
- if $PIP install --upgrade --force " $module "
20
- then
21
- echo " pre-installing $module " 1>&2
22
- else
23
- echo " TARGET FAILED on required module $module " 1>&2
24
- exit 23
25
- fi
20
+ echo " pre-installing $module " 1>&2
26
21
else
27
- echo " HOST FAILED on required module $module " 1>&2
28
- exit 27
22
+ echo " TARGET FAILED on required module $module " 1>&2
23
+ exit 23
29
24
fi
30
25
done
31
26
You can’t perform that action at this time.
0 commit comments