Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 06c70f7

Browse files
committed
python: Do not install pip during installation
pip has a bug that may break the build: pypa/pip#3063
1 parent c41fce3 commit 06c70f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/python/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_SITE="${FILESDIR}/config.site" \
88
--host="${TARGET}" \
99
--build="${HOST}" \
1010
--disable-ipv6 \
11-
--with-system-ffi
11+
--with-system-ffi \
12+
--without-ensurepip
1213
make
1314
make altinstall

0 commit comments

Comments
 (0)