summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/21-centos-8/mkosi.conf
diff options
context:
space:
mode:
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)