From d10eafafed40cf3d4ec0f52b467bbe1940fc7393f1dd59d9d786260a703bf7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Sep 2019 07:28:46 +0000 Subject: [PATCH] Accepting request 731825 from home:jayvdb:branches:devel:languages:python - Add LANG to %check to fix build on Leap OBS-URL: https://build.opensuse.org/request/show/731825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-threading?expand=0&rev=5 --- python-click-threading.changes | 5 +++++ python-click-threading.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-click-threading.changes b/python-click-threading.changes index 7b94de0..2dd573b 100644 --- a/python-click-threading.changes +++ b/python-click-threading.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 19 03:46:05 UTC 2019 - John Vandenberg + +- Add LANG to %check to fix build on Leap + ------------------------------------------------------------------- Thu Mar 7 10:26:05 UTC 2019 - Tomáš Chvátal diff --git a/python-click-threading.spec b/python-click-threading.spec index 1d1aab8..7202376 100644 --- a/python-click-threading.spec +++ b/python-click-threading.spec @@ -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}