Accepting request 1183433 from home:Andreas_Schwab:Factory

- Update import_failed.map for python 3.12

OBS-URL: https://build.opensuse.org/request/show/1183433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=51
This commit is contained in:
2024-06-26 20:11:23 +00:00
committed by Git OBS Bridge
parent 4bca3b2589
commit 26b708641e
3 changed files with 15 additions and 7 deletions

View File

@@ -773,6 +773,9 @@ LD_LIBRARY_PATH=. ./python -O -c "from py_compile import compile; compile('$FAIL
cd $FAILDIR
while read package modules; do
for module in $modules; do
%if 0%{?suse_version} >= 1599
test $module = nis && continue
%endif
ln import_failed.py $module.py
pushd __pycache__
for i in import_failed*; do