mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
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:
parent
0fc96039a9
commit
a85e311aca
@ -54,6 +54,7 @@ RDEPEND="${RDEPEND}
|
|||||||
dev-util/gperf
|
dev-util/gperf
|
||||||
>=dev-util/gtk-doc-am-1.13
|
>=dev-util/gtk-doc-am-1.13
|
||||||
>=dev-util/intltool-0.30
|
>=dev-util/intltool-0.30
|
||||||
|
dev-util/patchutils
|
||||||
dev-util/scons
|
dev-util/scons
|
||||||
>=dev-vcs/git-1.7.2
|
>=dev-vcs/git-1.7.2
|
||||||
amd64? ( net-misc/google-cloud-sdk )
|
amd64? ( net-misc/google-cloud-sdk )
|
||||||
@ -101,8 +102,9 @@ RDEPEND="${RDEPEND}
|
|||||||
coreos-base/update_engine
|
coreos-base/update_engine
|
||||||
"
|
"
|
||||||
|
|
||||||
# Host dependencies for running pylint within the chroot
|
# Host dependencies for python
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
|
dev-python/docutils
|
||||||
dev-python/pylint
|
dev-python/pylint
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user