From e34a2192ea555d1583d8130928e3a2d54c44b3265925426cb2bd842476387c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 6 Apr 2019 10:14:50 +0000 Subject: [PATCH] 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 --- python-EasyProcess.changes | 5 +++++ python-EasyProcess.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index 5e67afe..1b53f82 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 5 23:58:47 UTC 2019 - John Vandenberg + +- Add export LANG=en_US.UTF-8 to fix Leap builds + ------------------------------------------------------------------- Fri Mar 1 12:54:05 UTC 2019 - Tomáš Chvátal diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index d8bc476..7d71d08 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -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}