From 556d0713a666e43923629087532c99f83ad245be3ae1adb4cff361115beb5c3c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Dec 2021 15:16:14 +0000 Subject: [PATCH] Accepting request 936021 from home:dirkmueller:Factory - build against openssl 1.1.x (incompatible with openssl 3.0x) for now OBS-URL: https://build.opensuse.org/request/show/936021 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=309 --- python.changes | 5 +++++ python.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python.changes b/python.changes index 54715be..7d8a116 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 6 13:48:27 UTC 2021 - Dirk Müller + +- build against openssl 1.1.x (incompatible with openssl 3.0x) for now + ------------------------------------------------------------------- Fri Oct 15 08:17:46 UTC 2021 - Dominique Leuenberger diff --git a/python.spec b/python.spec index df2da47..909d195 100644 --- a/python.spec +++ b/python.spec @@ -131,7 +131,7 @@ BuildRequires: libbz2-devel %if %{suse_version} >= 1500 BuildRequires: libnsl-devel %endif -BuildRequires: libopenssl-devel +BuildRequires: libopenssl-1_1-devel BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: sqlite-devel