mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
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:
parent
828104d514
commit
014d7accea
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user