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