File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ Source3: README.rst
2020Prefix: /usr
2121
2222# Use CentOS SCL python27 (https://www.softwarecollections.org/en/scls/rhscl/python27/) on CentOS 6 (RHEL6 untested)
23- # On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv gcc'
23+ # On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv gcc make libffi-devel openssl-devel '
2424%{?el6:Requires: python27-python openssl-libs}
2525%{?el6:BuildRequires: python27-python python27-python-devel python27-python-virtualenv gcc make libffi-devel openssl-devel}
2626
2727# Use base python/virtualenv, which should be 2.7 on CentOS/RHEL 7
28- # On build host: 'yum install python python-devel python-virtualenv gcc'
28+ # On build host: 'yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel '
2929%{?el7:Requires: python >= 2.7 openssl-libs}
3030%{?el7:BuildRequires: python >= 2.7 python-devel >= 2.7 python-virtualenv gcc make libffi-devel openssl-devel}
3131
You can’t perform that action at this time.
0 commit comments