From 6d8dd83a67b5e08a9b004f0a086b3ad27a40a277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Jul 2024 18:03:16 +0200 Subject: [PATCH] Fix build with https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine --- pypy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypy.spec b/pypy.spec index bf9b528..c99c79f 100644 --- a/pypy.spec +++ b/pypy.spec @@ -250,6 +250,9 @@ BuildRequires: bzip2-devel BuildRequires: ncurses-devel BuildRequires: expat-devel BuildRequires: openssl-devel +%if 0%{?fedora} >= 41 +BuildRequires: openssl-devel-engine +%endif BuildRequires: gdbm-devel BuildRequires: chrpath