From a85e311aca6269bfaf1328c37124dab51a3b1574 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 17 Feb 2022 12:40:18 +0100 Subject: [PATCH] coreos-base/hard-host-depends: add docutils, patchutils Add dev-python/docutils, dev-util/patchutils to hard-host-depends. Without adding those in the SDK, the new package dev-util/bpftool would end up pulling in the new dependencies into the production images, which should not happen. --- ...-0.0.1-r201.ebuild => hard-host-depends-0.0.1-r202.ebuild} | 0 .../hard-host-depends/hard-host-depends-0.0.1.ebuild | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/{hard-host-depends-0.0.1-r201.ebuild => hard-host-depends-0.0.1-r202.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r201.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r202.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r201.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r202.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild index f5fd872d46..d87d86ae41 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild @@ -54,6 +54,7 @@ RDEPEND="${RDEPEND} dev-util/gperf >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.30 + dev-util/patchutils dev-util/scons >=dev-vcs/git-1.7.2 amd64? ( net-misc/google-cloud-sdk ) @@ -101,8 +102,9 @@ RDEPEND="${RDEPEND} coreos-base/update_engine " -# Host dependencies for running pylint within the chroot +# Host dependencies for python RDEPEND="${RDEPEND} + dev-python/docutils dev-python/pylint "