Skip to content

Commit 0682434

Browse files
author
Tim Vaillancourt
committed
adding missing 'gcc' builddep
1 parent 7763559 commit 0682434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/mongodb_consistent_backup.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Source: %{name}.tar.gz
1313
Prefix: /usr
1414

1515
# Use CentOS SCL python27 (https://www.softwarecollections.org/en/scls/rhscl/python27/) on CentOS 6 (RHEL6 untested)
16-
# On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv'
16+
# On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv gcc'
1717
%{?el6:Requires: python27-python >= 2.7}
18-
%{?el6:BuildRequires: python27-python >= 2.7 python27-python-devel python27-python-virtualenv}
18+
%{?el6:BuildRequires: python27-python >= 2.7 python27-python-devel python27-python-virtualenv gcc}
1919

2020
# Use base python/virtualenv, which should be 2.7 on CentOS/RHEL 7
21-
# On build host: 'yum install python python-devel python-virtualenv'
21+
# On build host: 'yum install python python-devel python-virtualenv gcc'
2222
%{?el7:Requires: python >= 2.7}
23-
%{?el7:BuildRequires: python >= 2.7 python-devel python-virtualenv}
23+
%{?el7:BuildRequires: python >= 2.7 python-devel python-virtualenv gcc}
2424

2525

2626
%description

0 commit comments

Comments
 (0)