diff options
| author | xengineering <me@xengineering.eu> | 2024-11-03 20:04:45 +0100 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-11-03 20:04:45 +0100 | 
| commit | fa82565b1ce78e39452fc1370e674912cc9ca75f (patch) | |
| tree | 271c723547384f68b168e9699d7ea82fbd2e9b82 /firmware/zephyrproject | |
| parent | e8fd8f50d3a7f5981b91ea2220f0a11222a0a288 (diff) | |
| download | iot-contact-fa82565b1ce78e39452fc1370e674912cc9ca75f.tar iot-contact-fa82565b1ce78e39452fc1370e674912cc9ca75f.tar.zst iot-contact-fa82565b1ce78e39452fc1370e674912cc9ca75f.zip  | |
firmware: Add pyserial Python requirement
Otherwise the ninja call to build the firmware fails.
Diffstat (limited to 'firmware/zephyrproject')
| -rw-r--r-- | firmware/zephyrproject/requirements.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/zephyrproject/requirements.txt b/firmware/zephyrproject/requirements.txt index 4e2bd45..f3fc012 100644 --- a/firmware/zephyrproject/requirements.txt +++ b/firmware/zephyrproject/requirements.txt @@ -4,6 +4,7 @@ intelhex==2.3.0  packaging==24.1  pyelftools==0.31  pykwalify==1.8.0 +pyserial==3.5  python-dateutil==2.9.0.post0  PyYAML==6.0.2  ruamel.yaml==0.18.6  | 
