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, 0 insertions, 19 deletions
diff --git a/mkosi.conf.d/21-centos-8/mkosi.conf b/mkosi.conf.d/21-centos-8/mkosi.conf
deleted file mode 100644
index d610212b61..0000000000
--- a/mkosi.conf.d/21-centos-8/mkosi.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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)