File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Source: %{name}.tar.gz
1313Prefix: /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
You can’t perform that action at this time.
0 commit comments