]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Add more packages required to run systemd-networkd-tests.py
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 17 Feb 2022 15:41:58 +0000 (15:41 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 17 Feb 2022 18:17:36 +0000 (18:17 +0000)
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.

mkosi.default.d/arch/10-mkosi.arch
mkosi.default.d/debian/10-mkosi.debian
mkosi.default.d/fedora/10-mkosi.fedora
mkosi.default.d/ubuntu/10-mkosi.ubuntu

index 0458889b505a1a11e9dc701252bd699498ef5106..55e8a206c8104e01e16b5843fbff8fdad4ad0e45 100644 (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
index d35b1d72a64265d0a51868ac0407117242028e03..7aa0194a605353bda1d24d2c5196af1f2eecebd7 100644 (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
index 48864315dc36a75c2869188e40d1a67b6c1cfa77..5fb4cca6bb34cb24b2e545cd24c6c4dcdb6413a7 100644 (file)
@@ -76,6 +76,7 @@ Packages=
         e2fsprogs
         compsize
         # Required to run systemd-networkd-tests.py
+        python
         iproute
         iproute-tc
         dnsmasq
index c9c473e7babad238962064092c585f340585d216..109bd468dc2f9915d665ca707388e64b12e7a661 100644 (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