15
0
2025-08-19 14:28:28 +00:00
committed by Git OBS Bridge
parent a452fab99c
commit 6e8eb26b59

View File

@@ -73,7 +73,7 @@ cp %{SOURCE1} pyftpdlib/test
%check
export CIBUILDWHEEL=1
ignorebuild="--ignore build"
%{python_expand # expand to $python flavor, not to the binary name, then strip the trailing _
%{python_expand # expand to python flavor, not to the binary name, then strip the trailing _
builddir=_build.$python_
ignorebuild+=" --ignore ${builddir%%_}"
}