summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/21-centos-9.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkosi.conf.d/21-centos-9.conf')
-rw-r--r--mkosi.conf.d/21-centos-9.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/mkosi.conf.d/21-centos-9.conf b/mkosi.conf.d/21-centos-9.conf
new file mode 100644
index 0000000000..0febf2c2ee
--- /dev/null
+++ b/mkosi.conf.d/21-centos-9.conf
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Distribution=centos
+Release=9
+
+[Content]
+Packages=
+ python3dist(pefile)
+ python3dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
+ python3dist(psutil)
+ python3dist(pytest)
+
+BuildPackages=
+ pkgconfig(libgcrypt)
+ python3dist(jinja2)
+ python3dist(lxml)
+ python3dist(pyelftools)