From 9cf8f589e9b871f7dddcc2b05f261d85d01e68f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 26 Jan 2026 11:15:47 +0100 Subject: [PATCH] Remove an outdated workaround This fix landed 6 years ago in 3.9.0a5. https://github.com/python/cpython/commit/3c97e1e457033bbb8bbe0b7198bd13fc794a12b0 Related: RHEL-120823 --- python3.14.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index f05054f..89cb336 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -1037,9 +1037,6 @@ BuildPython() { # Since we changed directories, we need to tell %%configure where to look. %global _configure $topdir/configure - # A workaround for https://bugs.python.org/issue39761 - export DFLAGS=" " - %configure \ --with-platlibdir=%{_lib} \ --enable-ipv6 \