diff --git a/kitchen.yml b/kitchen.yml
index d48bc5c9b0f347877c4d6a8384d132fa325f8764..ada189f3ec22620bb56e036754d378fa701353cf 100644
--- a/kitchen.yml
+++ b/kitchen.yml
@@ -40,6 +40,8 @@ platforms:
     driver:
       image: opensuse/leap:15
       provision_command:
+        # yamllint disable-line rule:line-length
+        - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
         - systemctl enable sshd.service
       run_command: /usr/lib/systemd/systemd
     provisioner:
@@ -80,6 +82,8 @@ platforms:
     driver:
       image: opensuse/leap:15
       provision_command:
+        # yamllint disable-line rule:line-length
+        - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
         - systemctl enable sshd.service
       run_command: /usr/lib/systemd/systemd
     provisioner:
@@ -114,6 +118,8 @@ platforms:
     driver:
       image: opensuse/leap:15
       provision_command:
+        # yamllint disable-line rule:line-length
+        - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
         - systemctl enable sshd.service
       run_command: /usr/lib/systemd/systemd
     provisioner:
@@ -149,6 +155,8 @@ platforms:
     driver:
       image: opensuse/leap:15
       provision_command:
+        # yamllint disable-line rule:line-length
+        - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
         - systemctl enable sshd.service
       run_command: /usr/lib/systemd/systemd
     provisioner: