Files
kde-linux/mkosi.conf.d/70-packages-build.conf
Nate Graham afca86a3c0 Explicitly ask for python-yaml
Right now it gets pulled in automatically as a dependency of something
we also pre-install, but we should mark it down here so it never goes
away by accident as a result of other package changes, because then
kde-builder would stop working.
2025-09-02 14:12:08 -06:00

15 lines
322 B
Plaintext

# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: Ian Monroe <imonroe@kde.org
[Content]
Packages=boost
boost-libs
cmake
glib2-devel
yaml-cpp
arch-install-scripts
pacman
python-setproctitle # For kde-builder
python-yaml # For kde-builder