overlay coreos-devel/sdk-depends: Improve package updates reporting

These dependencies are pulled into SDK at some point during the
multi-stage SDK build, but our package automation is not smart enough
to catch this. Help it by listing some packages explicitly.
This commit is contained in:
Krzesimir Nowak 2025-01-30 14:02:31 +01:00
parent 828104d514
commit 014d7accea
2 changed files with 15 additions and 0 deletions

View File

@ -64,4 +64,19 @@ DEPEND="${DEPEND}
>=dev-python/gpep517-15
"
# These packages are pulled indirectly during the multi-stage SDK
# build, but our package automation can't catch them. Pull them
# explicitly.
DEPEND="${DEPEND}
app-alternatives/sh
app-editors/nano
virtual/dev-manager
virtual/libc
virtual/openssh
virtual/package-manager
virtual/pager
virtual/service-manager
virtual/ssh
"
RDEPEND="${DEPEND}"