From f5b2fd1a7c6a5abc38fe5c8ce42b07a7c24bb81c Mon Sep 17 00:00:00 2001 From: wenlingz Date: Thu, 23 Jun 2022 15:24:01 +0800 Subject: [PATCH] Update Debian control file to add missing dependencies Tracked-On: projectacrn#6688 Signed-off-by: wenlingz --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 909451364..7d1302bc7 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,8 @@ Build-Depends: python3-defusedxml, python3-xmlschema (>= 1.10.0), python3-elementpath (>= 2.5.0) + python3-requests, + python3-tqdm Standards-Version: 4.3.0 Homepage: https://projectacrn.org/ Vcs-Browser: https://github.com/projectacrn/acrn-hypervisor @@ -144,6 +146,7 @@ Depends: cpuid, msr-tools, pciutils, + usbutils, dmidecode, ${misc:Depends}, ${python3:Depends},