From 4a69ad0df3c23fec5c6fccdef155e8c58380a7b4 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 19 Jul 2023 18:08:40 +0900 Subject: [PATCH] Change dependency from openssl1.1 to openssl3 Change-Id: I8b3db5ae4a9940bd5a61d0179648f8f879ffe10a Signed-off-by: JinWang An --- packaging/python3-base.spec | 2 +- packaging/python3.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/python3-base.spec b/packaging/python3-base.spec index a1347f3..080d206 100644 --- a/packaging/python3-base.spec +++ b/packaging/python3-base.spec @@ -130,7 +130,7 @@ BuildRequires: libffi-devel # _lzma BuildRequires: lzma-devel # ssl -BuildRequires: pkgconfig(openssl1.1) +BuildRequires: pkgconfig(openssl3) # zlib BuildRequires: zlib-devel diff --git a/packaging/python3.spec b/packaging/python3.spec index 1f13f4e..050bec5 100644 --- a/packaging/python3.spec +++ b/packaging/python3.spec @@ -85,7 +85,7 @@ BuildRequires: libffi-devel BuildRequires: lzma-devel BuildRequires: ncurses-devel #BuildRequires: netcfg -BuildRequires: pkgconfig(openssl1.1) +BuildRequires: pkgconfig(openssl3) BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: sqlite-devel -- 2.7.4