Commit f0e7325a authored by Rafael Monnerat's avatar Rafael Monnerat

Require Install openssl-devel

This package is required to build python with ssl support, probably this should be solved on recipt itself in future
parent 85b1195d
......@@ -44,11 +44,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr
%if 0%{?suse_version} == 1210
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-distribute
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-distribute, openssl-devel
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute, openvpn
%else
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-setuptools
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-setuptools, openssl-devel
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools, openvpn
%endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment