From b5610000b538d57a080ccac37cbb9398a0d47b03 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 19 Apr 2021 10:12:44 +0200 Subject: [PATCH] fmf: Add glibc-langpack-de test dependency The tests switch to German, make sure that the corresponding locale exists. Otherwise, tests will run into unexpected messages like "invalid or unusable locale: de_DE.UTF-8". --- test/browser/main.fmf | 1 + 1 file changed, 1 insertion(+) diff --git a/test/browser/main.fmf b/test/browser/main.fmf index ea9acb6..a08584c 100644 --- a/test/browser/main.fmf +++ b/test/browser/main.fmf @@ -5,6 +5,7 @@ require: - cockpit-ws - cockpit-system - git + - glibc-langpack-de - libvirt-python3 - make - npm