15
0

Accepting request 1100753 from home:bmwiedemann:branches:devel:languages:python

Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=35
This commit is contained in:
2023-07-26 14:28:32 +00:00
committed by Git OBS Bridge
parent d62167796f
commit f2dd54efe9
2 changed files with 6 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ This package adds Python 3 support and bug fixes to MySQLdb1.
%if !%{with test}
%python_build
sphinx-build -b html doc build/sphinx/html && rm build/sphinx/html/.buildinfo
sphinx-build -b html doc build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
%endif
%check