Remove an outdated workaround

This fix landed 6 years ago in 3.9.0a5.

3c97e1e457

Related: RHEL-120788
This commit is contained in:
Miro Hrončok 2026-01-26 11:15:47 +01:00 committed by Charalampos Stratakis
parent ffaf8f8d83
commit 07030f6d26

View File

@ -1051,9 +1051,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 \