]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.conf.d/21-centos-8/mkosi.conf
Merge pull request #25608 from poettering/dissect-moar
[thirdparty/systemd.git] / mkosi.conf.d / 21-centos-8 / mkosi.conf
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 [Match]
4 Distribution=centos
5 Release=8
6
7 [Content]
8 Packages=
9 python39
10 python3.9dist(pefile)
11 python3.9dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
12 python3.9dist(psutil)
13 python3.9dist(pytest)
14
15 BuildPackages=
16 libgcrypt-devel # CentOS Stream 8 libgcrypt-devel doesn't ship a pkg-config file.
17 python3.9dist(jinja2)
18 python3.9dist(lxml)
19 python3.9dist(pyelftools)