From d8f685000de3ef0c2edd354e263e858fe050b850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 10 Mar 2016 11:07:03 +0100 Subject: [PATCH] [checks] Remove duplicate msgfmt line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pungi/checks.py b/pungi/checks.py index d874ace0..039f6ad2 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -57,7 +57,6 @@ tools = [ ("yum-utils", "/usr/bin/repoquery", None), ("git", "/usr/bin/git", None), ("cvs", "/usr/bin/cvs", None), - ("gettext", "/usr/bin/msgfmt", None), ] imports = [