mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 20:11:04 +02:00
The `BDEPEND` is a build-time requirement, so it should not be included in the whole `DEPEND` list. If it does, an installation of `sys-auth/sssd` causes other dependencies to be installed not only in the `/build`, but also under the SDK. That's not what we want, so we need to exclude `BDEPEND` from the list.
Description
Languages
Shell
93.1%
Python
6.9%