mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
af6c5c7025
This also migrates the configuration to the new format that was just merged in mkosi. Specifically, we make use of the new [Match] sections to only include specific config snippets per distro.
19 lines
427 B
Plaintext
19 lines
427 B
Plaintext
# 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)
|