1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

mkosi: Add more packages required to run systemd-networkd-tests.py

Let's also add the required packages to run systemd-networkd-tests.py
for Ubuntu and Debian. The Fedora and Arch lists are also updated to
include python which is also required to run the tests.
This commit is contained in:
Daan De Meyer 2022-02-17 15:41:58 +00:00
parent 63b5e05ff9
commit f370708084
4 changed files with 14 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Packages=
# Run `autoload -Uz compinit; compinit` from a zsh shell in the booted image to enable completions.
zsh
# Required to run systemd-networkd-tests.py
python
iproute
dnsmasq
wireguard-tools

View File

@ -73,3 +73,9 @@ Packages=
locales
nano
strace
# Required to run systemd-networkd-tests.py
python3
iproute2
dnsmasq-base
wireguard-tools
isc-dhcp-server

View File

@ -76,6 +76,7 @@ Packages=
e2fsprogs
compsize
# Required to run systemd-networkd-tests.py
python
iproute
iproute-tc
dnsmasq

View File

@ -71,3 +71,9 @@ Packages=
locales
nano
strace
# Required to run systemd-networkd-tests.py
python3
iproute2
dnsmasq-base
wireguard-tools
isc-dhcp-server