mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 05:32:05 +00:00
Update Debian control file to add missing dependencies
Tracked-On: projectacrn#6688 Signed-off-by: wenlingz <wenling.zhang@intel.com>
This commit is contained in:
parent
0205aedf74
commit
f5b2fd1a7c
3
debian/control
vendored
3
debian/control
vendored
@ -35,6 +35,8 @@ Build-Depends:
|
|||||||
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},
|
||||||
|
Loading…
Reference in New Issue
Block a user