Merge PR #26617 into master

* refs/pull/26617/head:
	rpm: Fix pyOpenSSL dependency

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
Sage Weil 2019-02-25 16:41:40 -06:00
commit d2a3168bf3

View File

@ -200,10 +200,9 @@ BuildRequires: python%{_python_buildid}-requests
BuildRequires: python%{_python_buildid}-six
BuildRequires: python%{_python_buildid}-tox
BuildRequires: python%{_python_buildid}-virtualenv
%if 0%{?fedora} || 0%{?rhel}
%if 0%{?rhel} == 7
BuildRequires: pyOpenSSL%{_python_buildid}
%endif
%if 0%{?suse_version}
%else
BuildRequires: python%{_python_buildid}-pyOpenSSL
%endif
BuildRequires: socat