From 8ee228d5ce0992be135bb06b382615bbde2dc933 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 26 Apr 2022 15:09:13 +0900 Subject: [PATCH] Move mantle's dnsmasq dependency to the SDK dependencies The removal of the mantle ebuild file also meant that dnsmasq isn't installed into the SDK anymore, yet we actually need it to run kola QEMU tests in the SDK on the original CI pipeline. As long as the original CI pipeline is kept, we have to keep kola's dependencies like QEMU and dnsmasq around. --- .../coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild index d51801a9da..7472f423ae 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild @@ -37,6 +37,7 @@ DEPEND=" dev-util/patchelf dev-vcs/repo net-dns/bind-tools + >=net-dns/dnsmasq-2.72[dhcp,ipv6] net-libs/rpcsvc-proto net-misc/curl sys-apps/debianutils