summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/21-centos-9.conf
blob: 0febf2c2eeb6ed092c348ad8da9e04c389df1fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)