15
0

Accepting request 731866 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/731866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-threading?expand=0&rev=3
This commit is contained in:
2019-09-20 12:53:04 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 19 03:46:05 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add LANG to %check to fix build on Leap
-------------------------------------------------------------------
Thu Mar 7 10:26:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -54,6 +54,7 @@ rm -rf click_threading.egg-info
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%pytest tests
%files %{python_files}