Skip to content

Commit f1e8f49

Browse files
committed
[nrf fromlist] scripts: requirements: Add python-dotenv to base/action requirements
This library can be used to load environmental values from a file, which will be used as part of zephyr module path setting/loading Upstream PR #: 95049 Signed-off-by: Jamie McCrae <[email protected]>
1 parent f34df69 commit f1e8f49

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

scripts/requirements-actions.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pykwalify
2424
pylint>=3
2525
pyserial
2626
pytest
27+
python-dotenv
2728
python-magic-bin; sys_platform == "win32"
2829
python-magic; sys_platform != "win32"
2930
pyyaml

scripts/requirements-actions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,10 @@ python-debian==1.0.1 \
886886
--hash=sha256:3ada9b83a3d671b58081782c0969cffa0102f6ce433fbbc7cf21275b8b5cc771 \
887887
--hash=sha256:8f137c230c1d9279c2ac892b35915068b2aca090c9fd3da5671ff87af32af12c
888888
# via reuse
889+
python-dotenv==1.1.1 \
890+
--hash=sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc \
891+
--hash=sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
892+
# via -r requirements-actions.in
889893
python-magic==0.4.27 ; sys_platform != 'win32' \
890894
--hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \
891895
--hash=sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3

scripts/requirements-base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# used by various build scripts
77
pyelftools>=0.29
8+
python-dotenv>=1.1.1
89

910
# used by dts generation to parse binding YAMLs, also used by
1011
# twister to parse YAMLs, by west, zephyr_module,...

0 commit comments

Comments
 (0)