From dd0eb34208348c388cdbc513f040c18db7617243 Mon Sep 17 00:00:00 2001 From: Davi Frossard Date: Fri, 1 Dec 2023 14:33:38 -0500 Subject: [PATCH] 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 --- mtce-compute/debian/deb_folder/control | 2 +- mtce-control/debian/deb_folder/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mtce-compute/debian/deb_folder/control b/mtce-compute/debian/deb_folder/control index 35335a50..28994274 100644 --- a/mtce-compute/debian/deb_folder/control +++ b/mtce-compute/debian/deb_folder/control @@ -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. diff --git a/mtce-control/debian/deb_folder/control b/mtce-control/debian/deb_folder/control index 5558eb8c..e73bb564 100644 --- a/mtce-control/debian/deb_folder/control +++ b/mtce-control/debian/deb_folder/control @@ -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.