From 650620cb5ad3ac69ee43af7cc21f3502eed40bf4 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 26 Jul 2023 11:05:05 +0900 Subject: [PATCH] Change dependency from openssl1.1 to openssl3 Change-Id: I5afffa8c2ec628d0b65b5ffa638fef66ac10e298 Signed-off-by: JinWang An --- packaging/python-pyOpenSSL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python-pyOpenSSL.spec b/packaging/python-pyOpenSSL.spec index 25b76e7..26212fc 100644 --- a/packaging/python-pyOpenSSL.spec +++ b/packaging/python-pyOpenSSL.spec @@ -24,7 +24,7 @@ Source1001: python-pyOpenSSL.manifest #BuildRequires: libopenssl1.1-devel BuildRequires: python-setuptools BuildRequires: python-devel -BuildRequires: openssl1.1 +BuildRequires: openssl3 BuildArch: noarch #comment the below line. if add the below line, compile failed, python setup.py install will use /usr/lib/python2.7 for x86_64 arch. the below is /usr/lib64/python2.7 #%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -- 2.7.4