mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user