Skip to content

Commit 1bb5f0e

Browse files
rzrsilabs-borisl
authored andcommitted
GH-43: helper.mk: Add support for Debian stable (12)
Bug-SiliconLabs: UIC-2987 Bug-GitHub: #43 Signed-off-by: Philippe Coval <[email protected]> Signed-off-by: Philippe Coval <[email protected]>
1 parent baffa27 commit 1bb5f0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helper.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ setup/rust:
7979
@echo "$@: TODO: Support stable version from https://releases.rs/ or older"
8080

8181
setup/python:
82+
python3 --version
8283
@echo "$@: TODO: https://github.com/wbond/pybars3/issues/82"
8384
pip3 --version || echo "warning: Please install pip"
84-
pip3 install pybars3
85+
pip3 install "pybars3" \
86+
|| pip3 install --break-system-packages "pybars3"
8587

8688
cmake_url?=https://github.com/Kitware/CMake/releases/download/v3.21.6/cmake-3.21.6-Linux-x86_64.sh
8789
cmake_filename?=$(shell basename -- "${cmake_url}")

0 commit comments

Comments
 (0)