public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python3.13] epel9: Explicitly build with OpenSSL 3 for now
Date: Fri, 12 Jun 2026 12:20:47 GMT [thread overview]
Message-ID: <178126684721.1.3654974645318503840.rpms-python3.13-58718512eda7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python3.13
Branch : epel9
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=epel9
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
reply other threads:[~2026-06-12 12:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178126684721.1.3654974645318503840.rpms-python3.13-58718512eda7@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox