summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/centos/10-centos.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-29 13:48:37 +0200
committerGitHub <noreply@github.com>2023-03-29 13:48:37 +0200
commit77c3cd2086090a9600cef56d33a2ce2a965b89bb (patch)
tree4503162834ea0c4f3e4e90084dad62dd209f2954 /mkosi.conf.d/centos/10-centos.conf
parent89c632dfdac94043d1025929ab3daa40e9bb42f1 (diff)
parent94c9855a1823be6b0a2342ba5a8b57353fa32ea3 (diff)
downloadsystemd-77c3cd2086090a9600cef56d33a2ce2a965b89bb.tar.gz
Merge pull request #27049 from DaanDeMeyer/update-mkosi
mkosi: Update to latest
Diffstat (limited to 'mkosi.conf.d/centos/10-centos.conf')
-rw-r--r--mkosi.conf.d/centos/10-centos.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/mkosi.conf.d/centos/10-centos.conf b/mkosi.conf.d/centos/10-centos.conf
index 2532b35f51..ff26e3611f 100644
--- a/mkosi.conf.d/centos/10-centos.conf
+++ b/mkosi.conf.d/centos/10-centos.conf
@@ -1,11 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
-# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
+# Symlink this file to mkosi.conf in the project root directory and invoke "mkosi" to build an OS image.
-# We use python3*dist() throughout this file because we need to make sure the python3.9dis() packages are
-# installed on CentOS Stream 8. mkosi doesn't support release specific configuration yet so we use the globs
-# to get the necessary packages on both CentOS Stream 8 and CentOS Stream 9.
+# We use python3[.][9]dist() throughout this file because we need to make sure the python3.9dis() packages
+# are installed on CentOS Stream 8. mkosi doesn't support release specific configuration yet so we use the
+# globs to get the necessary packages on both CentOS Stream 8 and CentOS Stream 9.
[Distribution]
Distribution=centos
@@ -47,6 +47,7 @@ Packages=
procps-ng
python3[.][9]dist(pefile)
python3[.][9]dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
+ python3[.][9]dist(psutil)
python3[.][9]dist(pytest)
python39
quota
@@ -101,7 +102,7 @@ BuildPackages=
pkgconfig(tss2-rc)
pkgconfig(valgrind)
pkgconfig(xkbcommon)
- python3*dist(docutils)
- python3*dist(jinja2)
- python3*dist(lxml)
- python3*dist(pyelftools)
+ python3-docutils
+ python3[.][9]dist(jinja2)
+ python3[.][9]dist(lxml)
+ python3[.][9]dist(pyelftools)