Clarify Buildroot venv rebuild message

This commit is contained in:
Yellowcooln
2026-04-25 12:43:05 -04:00
parent d214885c1e
commit 8418fd5b62
+1 -1
View File
@@ -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