public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3.13] epel10: Explicitly build with OpenSSL 3 for now
@ 2026-06-12 12:20
0 siblings, 0 replies; only message in thread
From: @ 2026-06-12 12:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python3.13
Branch : epel10
Commit : 58718512eda7b324fa61f424133a12d280f4f819
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-04-09T13:26:27+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python3.13/c/58718512eda7b324fa61f424133a12d280f4f819?branch=epel10
Log:
Explicitly build with OpenSSL 3 for now
https://fedoraproject.org/wiki/Changes/OpenSSL40
---
diff --git a/python3.13.spec b/python3.13.spec
index 0a196bb..a0ddc22 100644
--- a/python3.13.spec
+++ b/python3.13.spec
@@ -268,7 +268,6 @@ BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: mpdecimal-devel
BuildRequires: ncurses-devel
-BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: readline-devel
@@ -281,6 +280,10 @@ BuildRequires: xz-devel
BuildRequires: zlib-devel
BuildRequires: /usr/bin/dtrace
+# Support for OpenSSL 4 only landed in Python 3.15 for now
+# https://github.com/python/cpython/issues/146207
+BuildRequires: (openssl-devel < 1:4 or openssl3-devel)
+
%if %{undefined rhel}
BuildRequires: libb2-devel
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 12:20 [rpms/python3.13] epel10: Explicitly build with OpenSSL 3 for now
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox