zephyr/scripts/requirements.txt
Marti Bolivar 146580e555 scripts: west_commands: verify minimum cmake version
A recent developer experience study has pointed out that it's very
common for people to miss that the minimum cmake version required by
zephyr is higher than that which is commonly packaged by Linux
distributions.

Since this is a serious usability issue, it's worth adding extra
checking from zcmake.py to make sure that west commands which run
cmake always print a sensible error message if the cmake version used
is too old. Make that happen.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
2019-09-07 10:08:23 -04:00

26 lines
372 B
Plaintext

Pillow
PyYAML>=3.13
breathe==4.9.1
colorama
docutils==0.14
gcovr
git-spindle==2.0
gitlint
intelhex
junit2html
packaging
ply==3.10
pyelftools==0.24
pykwalify
pyocd==0.21.0
pyserial
pytest
sphinx==1.7.5
sphinx_rtd_theme
sphinx-tabs
sphinxcontrib-svg2pdfconverter
west>=0.6.2
wheel==0.30.0
# "win32" is used for 64-bit Windows as well
windows-curses; sys_platform == "win32"