Re: [PATCH 1/2] tools/make_pip.sh: Use debian packages instead of pip

2025-04-29 Thread Quentin Schulz
Hi Simon, On 4/29/25 3:15 PM, Simon Glass wrote: Recent distros complain about using 'pip install'. Adjust the script to use 'apt get' instead where possible/required (e.g. with Ubuntu 24.04). I believe this should already be handled by 9d3f1ebaf875 ("tools/make_pip: Use venv when invoking p

[PATCH 1/2] tools/make_pip.sh: Use debian packages instead of pip

2025-04-29 Thread Simon Glass
Recent distros complain about using 'pip install'. Adjust the script to use 'apt get' instead where possible/required (e.g. with Ubuntu 24.04). Signed-off-by: Simon Glass --- scripts/make_pip.sh | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/make_pip.sh b/scri