From a3fa011ef5fe6128c06b0d40533d6e6ccac05908 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 8 Aug 2019 14:10:03 +0800 Subject: [PATCH] fish.spec: BuildRequire python-argparse on RHEL/CentOS 6 --- fish.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.spec.in b/fish.spec.in index 652d75b36..822f70e0a 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -18,7 +18,7 @@ BuildRequires: cmake %endif %if 0%{?opensuse_bs} && 0%{?rhel} && 0%{?rhel} < 7 -BuildRequires: gcc48 gcc48-c++ +BuildRequires: gcc48 gcc48-c++ python-argparse %endif %if 0%{?is_opensuse} || 0%{?fedora}