Remove an outdated workaround

This fix landed 6 years ago in 3.9.0a5.

3c97e1e457

Related: RHEL-120823
This commit is contained in:
Miro Hrončok 2026-01-26 11:15:47 +01:00 committed by Charalampos Stratakis
parent b0781d0ce7
commit 9cf8f589e9

View File

@ -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 \