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.
This commit is contained in:
Dongsu Park 2022-02-17 12:40:18 +01:00
parent 0fc96039a9
commit a85e311aca
2 changed files with 3 additions and 1 deletions

View File

@ -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
"