15
0
2024-10-29 17:11:01 +00:00
committed by Git OBS Bridge
parent c3fabc84c8
commit 0779e1fe80
2 changed files with 2 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ export TERM=xterm-mono
# https://github.com/kislyuk/argcomplete/issues/299
sed -i -e "1s|#!.*python.*|#!%{__$python}|" test/prog test/*.py
sed -i -e "s|python3 |$python |g" test/test.py
PYTHONPATH=%{buildroot}%{$python_sitelib} $python ./test/test.py -v
$python ./test/test.py -v
}
%endif