Skip to content

Commit 937671a

Browse files
committed
cmake: Add post-build scripts requirements
Some targets have post-build scripts which have additional Python library requirements. List out the possibly required dependencies in tools/cmake/requirements.txt. When all tools/cmake/requirements.txt are installed, it should be less common to run into difficult to understand error messages.
1 parent 86b85a3 commit 937671a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cmake/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ prettytable==0.7.2
22
future==0.16.0
33
Jinja2>=2.10.1,<2.11
44
intelhex>=2.3.0,<3.0.0
5+
cbor>=1.0.0
6+
Click>=7.0,<7.1

0 commit comments

Comments
 (0)