summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/20-fedora.conf
blob: 1574420487064a8ec7c7f5b69fc31a0d557ef684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Distribution=fedora

[Distribution]
Release=38

[Content]
Packages=
        btrfs-progs
        compsize
        f2fs-tools
        python3dist(pefile)
        python3dist(psutil)
        python3dist(pytest)

BuildPackages=
        libcap-static
        pkgconfig(libgcrypt)
        pkgconfig(xencontrol)
        python3dist(jinja2)
        python3dist(lxml)
        python3dist(pyelftools)