From 3eacae5e5083ed22461621fbf925ae58c470f48d Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Thu, 10 Nov 2022 21:05:52 +0100 Subject: [PATCH] debian/control: Add missing dependency for python3-acrn-board-inspector The python3-acrn-board-inspector's dependency on python3-tqdm is not detected by automatically. Add it manually. Tracked-On: #8262 Signed-off-by: Helmut Buchsbaum --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index edbad9470..02c1e5d61 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Build-Depends: python3-xmlschema (>= 1.10.0), python3-elementpath (>= 2.5.0), python3-requests, - python3-tqdm + python3-tqdm Standards-Version: 4.3.0 Homepage: https://projectacrn.org/ Vcs-Browser: https://github.com/projectacrn/acrn-hypervisor @@ -150,6 +150,7 @@ Depends: dmidecode, ${misc:Depends}, ${python3:Depends}, + python3-tqdm Suggests: acrn-doc Description: Generate Board Configuration for ACRN This package collects all board related info to generate a board