Re: [ptxdist] [APPLIED] python3: Add option to include ensurepip module

2024-03-26 Thread Michiel Schelfhout
n Tue, 26 Mar 2024 17:03:34 +0100, Michiel Schelfhout > wrote: > > The configuration option --without-ensurepip disables ensurepip at > > install time, but the module is still included. > > > > Signed-off-by: Michiel Schelfhout > > Message-Id: <2024032508315

[ptxdist] [PATCH v2] python3: Add option to include ensurepip module

2024-03-25 Thread Michiel Schelfhout
The configuration option --without-ensurepip disables ensurepip at install time, but the module is still included. Signed-off-by: Michiel Schelfhout --- v2: Removed default y. rules/python3.in | 4 rules/python3.make | 1 + 2 files changed, 5 insertions(+) diff --git a/rules/python3

[ptxdist] [PATCH] python3: Add option to include ensurepip module

2024-03-20 Thread Michiel Schelfhout
The configuration option --without-ensurepip disables ensurepip at install time, but the module is still included. Signed-off-by: Michiel Schelfhout --- rules/python3.in | 5 + rules/python3.make | 1 + 2 files changed, 6 insertions(+) diff --git a/rules/python3.in b/rules/python3