Remove a no longer needed workaround
https://github.com/python/cpython/issues/98782 was fixed in 3.12.0a6+ (cherry picked from python3.15 commit 8b2d02a1ede90cfe0392a79a4e65d5a9240b14ee)
This commit is contained in:
parent
ca8cc60bc4
commit
cf66620612
1 changed files with 0 additions and 6 deletions
|
|
@ -1189,12 +1189,6 @@ topdir=$(pwd)
|
|||
DirHoldingGdbPy=%{_usr}/lib/debug/%{_libdir}
|
||||
mkdir -p %{buildroot}$DirHoldingGdbPy
|
||||
|
||||
# When the actual %%{dynload_dir} exists (it does when python3.X is installed for regen-all)
|
||||
# %%{buildroot}%%{dynload_dir} is not created by make install and the extension modules are missing
|
||||
# Reported upstream as https://github.com/python/cpython/issues/98782
|
||||
# A workaround is to create the directory before running make install
|
||||
mkdir -p %{buildroot}%{dynload_dir}
|
||||
|
||||
# Multilib support for pyconfig.h
|
||||
# 32- and 64-bit versions of pyconfig.h are different. For multilib support
|
||||
# (making it possible to install 32- and 64-bit versions simultaneously),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue