17
0

Accepting request 691922 from home:jayvdb:branches:devel:languages:python

- Add export LANG=en_US.UTF-8 to fix Leap builds

OBS-URL: https://build.opensuse.org/request/show/691922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2019-04-06 10:14:50 +00:00
committed by Git OBS Bridge
parent e45df413ea
commit e34a2192ea
2 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ rm -f tests/coverage/fast/test_deadlock.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v tests/coverage/
%files %{python_files}