From 8418fd5b62b77e44657d247cd0079ee9281f7f58 Mon Sep 17 00:00:00 2001 From: Yellowcooln <12516003+yellowcooln@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:43:05 -0400 Subject: [PATCH] Clarify Buildroot venv rebuild message --- buildroot-manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-manage.sh b/buildroot-manage.sh index cbb6b83..7cf1237 100644 --- a/buildroot-manage.sh +++ b/buildroot-manage.sh @@ -354,7 +354,7 @@ PY fi stage "Rebuilding virtual environment" - warn "Existing venv is contaminated or incomplete; recreating it cleanly." + warn "Existing venv is missing required Python build packages or has incompatible leftovers; recreating it cleanly. This can take a minute on Buildroot flash storage." rm -rf "$VENV_DIR" python3 -m venv "$VENV_DIR" "$VENV_PIP" install --upgrade --no-cache-dir pip setuptools wheel setuptools_scm