Skip to content

Commit 8aa1591

Browse files
kkasperczyk-norlubos
authored andcommitted
scripts: added matter_idl to build requirements
Added matter_idl package to the build requirements, as it is necessary tool for the Matter target build. Additionally regenerated requirements-fixed file. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 0d0c51f commit 8aa1591

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/requirements-build.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ nrf-regtool==9.2.0
1414
windows-curses; sys_platform == 'win32'
1515
unidiff
1616
pycryptodome==3.21.0
17+
matter_idl

scripts/requirements-fixed.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ clang-format==17.0.1 ; python_version >= "3.12" and python_version < "4.0"
3030
click==8.1.3 ; python_version >= "3.12" and python_version < "4.0"
3131
cmsis-pack-manager==0.5.2 ; python_version >= "3.12" and python_version < "4.0"
3232
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0"
33+
coloredlogs==15.0.1 ; python_version >= "3.12" and python_version < "4.0"
3334
commoncode==32.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
3435
construct==2.10.70 ; python_version >= "3.12" and python_version < "4.0"
3536
container-inspector==33.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
@@ -62,6 +63,7 @@ grpcio==1.66.1 ; python_version >= "3.12" and python_version < "4.0"
6263
hidapi==0.14.0.post2 ; python_version >= "3.12" and python_version < "4.0" and platform_system != "Linux"
6364
html5lib-modern==1.2 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
6465
html5lib==1.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
66+
humanfriendly==10.0 ; python_version >= "3.12" and python_version < "4.0"
6567
idna==3.7 ; python_version >= "3.12" and python_version < "4.0"
6668
imagesize==1.4.1 ; python_version >= "3.12" and python_version < "4.0"
6769
importlib-metadata==6.8.0 ; python_version >= "3.12" and python_version < "4.0"
@@ -86,6 +88,7 @@ license-expression==30.3.1 ; python_version >= "3.12" and python_version < "4.0"
8688
lpc-checksum==3.0.0 ; python_version >= "3.12" and python_version < "4.0"
8789
lxml==5.3.0 ; python_version >= "3.12" and python_version < "4.0"
8890
markupsafe==2.1.3 ; python_version >= "3.12" and python_version < "4.0"
91+
matter-idl==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
8992
mccabe==0.7.0 ; python_version >= "3.12" and python_version < "4.0"
9093
milksnake==0.1.6 ; python_version >= "3.12" and python_version < "4.0"
9194
mock==5.1.0 ; python_version >= "3.12" and python_version < "4.0"
@@ -137,6 +140,7 @@ pymaven-patch==0.3.2 ; python_version >= "3.12" and python_version < "4.0" and p
137140
pynacl==1.5.0 ; python_version >= "3.12" and python_version < "4.0"
138141
pyocd==0.35.1 ; python_version >= "3.12" and python_version < "4.0"
139142
pyparsing==3.2.0 ; python_version >= "3.12" and python_version < "4.0"
143+
pyreadline3==3.5.4 ; sys_platform == "win32" and python_version >= "3.12" and python_version < "4.0"
140144
pyserial==3.5 ; python_version >= "3.12" and python_version < "4.0"
141145
pytest==8.3.3 ; python_version >= "3.12" and python_version < "4.0"
142146
python-can==4.4.2 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)