Skip to content

Commit 226bfe7

Browse files
committed
Keep '--without-ensurepip' when building
The only thing '--without-ensurepip' does, is don't run ensurepip when installing. This is what we want, because we don't want pip to be present in the system, but only avaiable for virtual environments. So this should not have been removed. Cherry-picked from pascallj/python3.13-backport@75ee3ec
1 parent ddf2d30 commit 226bfe7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

patches/ensurepip-enabled.diff

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ Author: Pascal Roeleven <dev@pascalroeleven.nl>
1212

1313
# TODO: these hang/fail with new OpenSSL
1414
PROFILE_EXCLUDES += \
15-
@@ -371,7 +371,6 @@
16-
--enable-loadable-sqlite-extensions \
17-
--with-dbmliborder=$(dbmliborder) \
18-
--with-computed-gotos \
19-
- --without-ensurepip \
20-
--with-system-expat \
21-
--with-ssl-default-suites=openssl \
22-
--with-wheel-pkg-dir=/usr/share/python-wheels/ \
2315
@@ -581,7 +580,7 @@
2416
endif
2517
TESTOPTS = -j 1 -w -u$(TEST_RESOURCES) --timeout=3600

0 commit comments

Comments
 (0)