14
0
forked from pool/python-textX

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

drop indeterministic unnecessary .dot files to make package build reproducible (boo#1114571)

OBS-URL: https://build.opensuse.org/request/show/651138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=8
This commit is contained in:
Sebastian Wagner
2018-11-22 20:27:39 +00:00
committed by Git OBS Bridge
parent aadbacf0ff
commit b0c962254e
2 changed files with 7 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ Documentation, tutorial and examples for %name.
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
find examples/ -name \*.dot | xargs rm # drop indeterministic files (boo#1114571)
%files %{python_files}
%defattr(-,root,root,-)