From 1370965443c7c49bb479f723deed57cec94eaf18 Mon Sep 17 00:00:00 2001 From: Jeremy Ouillette Date: Wed, 22 Jun 2022 09:55:22 -0700 Subject: [PATCH] Some Debian dependencies are currently missing in the /debian/control file. This change adds these missing dependencies: Source: acrn-hypervisor - python3-requests - python3-tqdm Package: python3-acrn-board-inspector - usbutils Tracked-On: #6688 Signed-off-by: Jeremy Ouillette --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 909451364..edbad9470 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,9 @@ Build-Depends: python3-lxml, python3-defusedxml, python3-xmlschema (>= 1.10.0), - python3-elementpath (>= 2.5.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},