From 0ce53610f867c8d6ce127aadf7b9ba48fa6227ad Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sat, 8 Feb 2020 10:25:04 -0600 Subject: [PATCH] scripts/requirements: Remove unused packages Remove 'git-spindle' as there are not users in any scripts or build system and not references in any of our docs. Remove 'wheel' as nothing seems to use or need it directly. Signed-off-by: Kumar Gala --- scripts/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c858ead5306..6d48d6e4b6c 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -5,7 +5,6 @@ breathe>=4.9.1 colorama docutils>=0.14 gcovr>=4.2 -git-spindle>=2.0 gitlint intelhex junit2html @@ -22,6 +21,5 @@ sphinx-tabs sphinxcontrib-svg2pdfconverter tabulate west>=0.6.2 -wheel>=0.30.0 # "win32" is used for 64-bit Windows as well windows-curses; sys_platform == "win32"