From dd282ac7f3ea1e15e7920b1b3c5b3acaecfd0304 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 --- python3.14.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index 473529a..1a46e39 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -1054,9 +1054,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 \