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 <jeremy.ouillette@intel.com>
This commit is contained in:
Jeremy Ouillette 2022-06-22 09:55:22 -07:00 committed by acrnsi-robot
parent fed4f81e30
commit 1370965443

5
debian/control vendored
View File

@ -34,7 +34,9 @@ Build-Depends:
python3-lxml, python3-lxml,
python3-defusedxml, python3-defusedxml,
python3-xmlschema (>= 1.10.0), python3-xmlschema (>= 1.10.0),
python3-elementpath (>= 2.5.0) python3-elementpath (>= 2.5.0),
python3-requests,
python3-tqdm
Standards-Version: 4.3.0 Standards-Version: 4.3.0
Homepage: https://projectacrn.org/ Homepage: https://projectacrn.org/
Vcs-Browser: https://github.com/projectacrn/acrn-hypervisor Vcs-Browser: https://github.com/projectacrn/acrn-hypervisor
@ -144,6 +146,7 @@ Depends:
cpuid, cpuid,
msr-tools, msr-tools,
pciutils, pciutils,
usbutils,
dmidecode, dmidecode,
${misc:Depends}, ${misc:Depends},
${python3:Depends}, ${python3:Depends},