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:
parent
63b5e05ff9
commit
f370708084
@ -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
|
||||
|
@ -73,3 +73,9 @@ Packages=
|
||||
locales
|
||||
nano
|
||||
strace
|
||||
# Required to run systemd-networkd-tests.py
|
||||
python3
|
||||
iproute2
|
||||
dnsmasq-base
|
||||
wireguard-tools
|
||||
isc-dhcp-server
|
||||
|
@ -76,6 +76,7 @@ Packages=
|
||||
e2fsprogs
|
||||
compsize
|
||||
# Required to run systemd-networkd-tests.py
|
||||
python
|
||||
iproute
|
||||
iproute-tc
|
||||
dnsmasq
|
||||
|
@ -71,3 +71,9 @@ Packages=
|
||||
locales
|
||||
nano
|
||||
strace
|
||||
# Required to run systemd-networkd-tests.py
|
||||
python3
|
||||
iproute2
|
||||
dnsmasq-base
|
||||
wireguard-tools
|
||||
isc-dhcp-server
|
||||
|
Loading…
Reference in New Issue
Block a user