From 94b7fa05044b9285140d7869624bc1f33ab10bf9 Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Thu, 18 Jul 2024 06:55:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Requires=E9=A1=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0python3-six=20>=3D=201.5.2=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuraoqing (cherry picked from commit b95f3ee40b34431848bc1da254828155bf31b3ca) --- pyOpenSSL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 662edf6..8fdc103 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -18,7 +18,7 @@ than calling a corresponding function in the OpenSSL library. %package -n python3-%{name} Summary: A rather thin wrapper around (a subset of) the OpenSSL library. -Requires: python3-cryptography +Requires: python3-six >= 1.5.2 python3-cryptography %{?python_provide:%python_provide python3-pyOpenSSL} %description -n python3-%{name} -- Gitee