scripts: locked pyocd version to 0.12.0 in requirements.txt

The recently released version 0.13.0 of pyocd does not install cleanly
in linux and prevents installation of requirements.txt. Locking pyocd to
version 0.12.0 is a temporary workaround until problem is solved by
pyocd maintainers.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
This commit is contained in:
Mikkel Jakobsen 2018-11-10 13:07:55 +01:00 committed by Anas Nashif
commit 9c8a6099a7

View file

@ -10,7 +10,7 @@ ply==3.10
hub==2.0
gitlint
pyelftools==0.24
pyocd
pyocd==0.12.0
pyserial
pykwalify
# "win32" is used for 64-bit Windows as well