From ee9106047c2128e8be07e754157c71c92a77a442 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 14 Feb 2025 08:57:16 +0100 Subject: fw: Do not track Python environment Tracking the Python environment with specific dependency versions does not work well. Over time these versions disappear and are not anymore installable via pip. For now the alternative is to let the user setup the environment by interpreting the error output during builds. This is not convenient but the best which is currently possible. This furthermore allows to install Python dependencies via the Linux package manager. With that it is more ergonomic to build since the Python environment does not have to be sourced. --- fw/zephyrproject/requirements.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fw/zephyrproject/requirements.txt (limited to 'fw/zephyrproject/requirements.txt') diff --git a/fw/zephyrproject/requirements.txt b/fw/zephyrproject/requirements.txt deleted file mode 100644 index 4e2bd45..0000000 --- a/fw/zephyrproject/requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -anytree==2.12.1 -docopt==0.6.2 -intelhex==2.3.0 -packaging==24.1 -pyelftools==0.31 -pykwalify==1.8.0 -python-dateutil==2.9.0.post0 -PyYAML==6.0.2 -ruamel.yaml==0.18.6 -ruamel.yaml.clib==0.2.8 -six==1.16.0 -- cgit v1.2.3-70-g09d2