From bef352481f3fda151939408b72b617c21dd34e0e Mon Sep 17 00:00:00 2001 From: zihengL1 Date: Thu, 29 Sep 2022 15:08:01 +0800 Subject: [PATCH] config-tools: Missing tqdm python package in board_inspector.deb Added python3-tqdm depend in gen_acrn_deb.py Tracked-On: #8155 Reviewed-by: Junjie Mao Signed-off-by: Ziheng Li --- misc/packaging/gen_acrn_deb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/packaging/gen_acrn_deb.py b/misc/packaging/gen_acrn_deb.py index eb57e7e00..de3cbd64b 100644 --- a/misc/packaging/gen_acrn_deb.py +++ b/misc/packaging/gen_acrn_deb.py @@ -162,7 +162,7 @@ def create_acrn_board_inspector_deb(version, build_dir): 'Architecture: amd64 \n', 'Maintainer: acrn-dev@lists.projectacrn.org \n', 'Description: ACRN board inspector tools \n', - 'Depends: cpuid, msr-tools, pciutils, dmidecode, python3, python3-pip, python3-lxml \n', + 'Depends: cpuid, msr-tools, pciutils, dmidecode, python3, python3-pip, python3-lxml, python3-tqdm \n', '\n' ] with open(deb_dir + '/DEBIAN/control', 'w', encoding='utf-8') as fr: