From 9c8a6099a76f0d4b36fccd1195b5b53eda330a20 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Sat, 10 Nov 2018 13:07:55 +0100 Subject: [PATCH] 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 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8ac137733fc..463c8b82d6d 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -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