summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/21-centos-8/mkosi.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-04-06 21:41:14 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-04-07 08:13:42 +0900
commitaf6c5c7025e2b4059ae38026a4bdffca4ff36b79 (patch)
tree898ef3264d4c6dc802d0dcfeeda84777cd05fa9d /mkosi.conf.d/21-centos-8/mkosi.conf
parent0864b5eb6ed92d8dc9c7b2e5eab32f79c6ecd24c (diff)
downloadsystemd-af6c5c7025e2b4059ae38026a4bdffca4ff36b79.tar.gz
mkosi: Update to latest
This also migrates the configuration to the new format that was just merged in mkosi. Specifically, we make use of the new [Match] sections to only include specific config snippets per distro.
Diffstat (limited to 'mkosi.conf.d/21-centos-8/mkosi.conf')
-rw-r--r--mkosi.conf.d/21-centos-8/mkosi.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/mkosi.conf.d/21-centos-8/mkosi.conf b/mkosi.conf.d/21-centos-8/mkosi.conf
new file mode 100644
index 0000000000..d610212b61
--- /dev/null
+++ b/mkosi.conf.d/21-centos-8/mkosi.conf
@@ -0,0 +1,19 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Distribution=centos
+Release=8
+
+[Content]
+Packages=
+ python39
+ python3.9dist(pefile)
+ python3.9dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
+ python3.9dist(psutil)
+ python3.9dist(pytest)
+
+BuildPackages=
+ libgcrypt-devel # CentOS Stream 8 libgcrypt-devel doesn't ship a pkg-config file.
+ python3.9dist(jinja2)
+ python3.9dist(lxml)
+ python3.9dist(pyelftools)