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:
parent
a8b742362e
commit
9c8a6099a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue