From 02ee3754c68a530006a1fa7c218cb66da2ed9c78 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 6 Sep 2019 09:00:08 -0700 Subject: [PATCH] west: update requirements.txt to avoid west 0.6.1 Update scripts/requirements.txt to use 0.6.2 or later (avoiding 0.6.1 that has an known issue) Signed-off-by: David B. Kinder --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 69f936706b9..775fe2f3ec5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -18,7 +18,7 @@ sphinx==1.7.5 sphinx_rtd_theme sphinx-tabs sphinxcontrib-svg2pdfconverter -west>=0.6.0 +west>=0.6.2 wheel==0.30.0 # "win32" is used for 64-bit Windows as well windows-curses; sys_platform == "win32"