Add missing python-cryptography requires

epel9
Tomas Mraz 10 years ago
parent 657c55e7f9
commit fb5b968513

@ -5,7 +5,7 @@
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library
Name: pyOpenSSL Name: pyOpenSSL
Version: 0.14 Version: 0.14
Release: 1%{?dist} Release: 2%{?dist}
Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -18,9 +18,11 @@ BuildRequires: python-sphinx
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-cryptography BuildRequires: python-cryptography
Requires: python-cryptography
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-cryptography BuildRequires: python3-cryptography
Requires: python3-cryptography
%endif %endif
%description %description
@ -94,6 +96,9 @@ popd
%doc examples doc/_build/html %doc examples doc/_build/html
%changelog %changelog
* Wed Jan 7 2015 Tomáš Mráz <tmraz@redhat.com> - 0.14-2
- Add missing python-cryptography requires
* Wed Jan 7 2015 Tomáš Mráz <tmraz@redhat.com> - 0.14-1 * Wed Jan 7 2015 Tomáš Mráz <tmraz@redhat.com> - 0.14-1
- Upgrade to 0.14 with help of Matěj Cepl and Kevin Fenzi - Upgrade to 0.14 with help of Matěj Cepl and Kevin Fenzi

Loading…
Cancel
Save