zephyr/scripts/requirements.txt
Michael Scott 4278bf5673 scripts/dts: Fix for PyYAML 5.1 Loader changes
PyYAML 5.1 was just released and it doesn't support !include as
previous versions do.  This breaks our DTS bindings parsing.

Let's fix our extract_dts_include.py script to work with both
3.13 and 5.1.

Also, update the pyyaml requirement to >=3.13 to be sure we're
compatible.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/14496

Signed-off-by: Michael Scott <mike@foundries.io>
2019-03-13 23:21:42 -05:00

22 lines
324 B
Plaintext

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