From 840ee3d59e9b17eeb269e937f6fbbcd66047d7344465221e4d351b59559ba870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Aug 2019 15:54:09 +0000 Subject: [PATCH] Accepting request 720571 from home:jayvdb:storyscript Fix for Leap 15.1 OBS-URL: https://build.opensuse.org/request/show/720571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-spinner?expand=0&rev=3 --- python-click-spinner.changes | 5 +++++ python-click-spinner.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-click-spinner.changes b/python-click-spinner.changes index 3868ae0..ad51e4c 100644 --- a/python-click-spinner.changes +++ b/python-click-spinner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 10:36:18 UTC 2019 - John Vandenberg + +- Export LANG for Leap 15.1 + ------------------------------------------------------------------- Wed Jul 10 02:45:16 AM UTC 2019 - John Vandenberg diff --git a/python-click-spinner.spec b/python-click-spinner.spec index 7dd242d..adb67f2 100644 --- a/python-click-spinner.spec +++ b/python-click-spinner.spec @@ -45,13 +45,16 @@ Spinner for Click. cp %{SOURCE1} . %build +export LANG=en_US.UTF-8 %python_build %install +export LANG=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +export LANG=en_US.UTF-8 %python_exec setup.py pytest %files %{python_files}