From 44eb9dfa338d6c662f99e56fae66e6026a7e1cd7 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 11 Jun 2018 14:56:56 +0200 Subject: [PATCH] Update the requires just for correctness sake. --- pyOpenSSL.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 005e8cf..240337d 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -22,10 +22,10 @@ BuildRequires: python3-sphinx_rtd_theme %if %{with python2} BuildRequires: python2-devel -BuildRequires: python2-cryptography >= 1.3.0 +BuildRequires: python2-cryptography >= 2.2.1 %endif BuildRequires: python3-devel -BuildRequires: python3-cryptography >= 1.3.0 +BuildRequires: python3-cryptography >= 2.2.1 %description High-level wrapper around a subset of the OpenSSL library, includes among others @@ -37,7 +37,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others %if %{with python2} %package -n python2-pyOpenSSL Summary: Python 2 wrapper module around the OpenSSL library -Requires: python2-cryptography >= 1.3.0 +Requires: python2-cryptography >= 2.2.1 Obsoletes: pyOpenSSL < %{version}-%{release} Provides: pyOpenSSL = %{version}-%{release} %{?python_provide:%python_provide python2-pyOpenSSL} @@ -52,7 +52,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others %package -n python3-pyOpenSSL Summary: Python 3 wrapper module around the OpenSSL library -Requires: python3-cryptography +Requires: python3-cryptography >= 2.2.1 %{?python_provide:%python_provide python3-pyOpenSSL} %description -n python3-pyOpenSSL