Remove qemu dependency from mtce-compute and mtce-control
Dependency is necessary only on centos packaging. Test Plan: PASS - Build packages. PASS - Build/install image on AIO-SX. Depends-On: https://review.opendev.org/c/starlingx/virt/+/885342 Story: 2010781 Task: 48183 Change-Id: I5a6e4a7ba12c83372dd3171e054bf612c1484f7e Signed-off-by: Davi Frossard <dbarrosf@windriver.com>
This commit is contained in:
parent
36814db843
commit
dd0eb34208
@ -8,7 +8,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: mtce-compute
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, qemu
|
||||
Depends: ${misc:Depends}
|
||||
Description: StarlingX Compute Node Maintenance Package
|
||||
This package contains maintenance support files for the compute-only
|
||||
node type.
|
||||
|
@ -8,7 +8,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: mtce-control
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, lighttpd, qemu
|
||||
Depends: ${misc:Depends}, lighttpd
|
||||
Description: StarlingX Platform Controller Node Maintenance Package
|
||||
This package contains maintenance support files for the controller-only
|
||||
node type.
|
||||
|
Loading…
Reference in New Issue
Block a user