Fix the command
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=72
This commit is contained in:
parent
ec208c83f9
commit
38ff7e3150
@ -796,7 +796,8 @@ LD_LIBRARY_PATH=. ./python -O -c "from py_compile import compile; compile('$FAIL
|
|||||||
)
|
)
|
||||||
echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-import-failed-hooks.pth
|
echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-import-failed-hooks.pth
|
||||||
%endif
|
%endif
|
||||||
find %{buildroot}%{_docdir}/%{name} -type f -name \*.pyc -exec rm -vf '{}' \;
|
|
||||||
|
find %{buildroot}%{_docdir} -type f -name \*.pyc -ls -exec rm -vf '{}' \;
|
||||||
|
|
||||||
%if %{with general}
|
%if %{with general}
|
||||||
%files -n %{python_pkg_name}-tk
|
%files -n %{python_pkg_name}-tk
|
||||||
|
Loading…
Reference in New Issue
Block a user