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