14
0
2025-08-19 14:28:28 +00:00
committed by Git OBS Bridge
parent eea53f9f16
commit 490cb8f479

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%%_}"
}