From 9888b01691f5df33924bddec00e7f7e50264ce8128a83479f3dd05a1d3e01b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:41:14 +0000 Subject: [PATCH] Accepting request 682531 from home:jayvdb:py-check-failures - Add LANG="en_US.UTF-8" to fix build issue on Leap OBS-URL: https://build.opensuse.org/request/show/682531 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyVows?expand=0&rev=3 --- python-pyVows.changes | 5 +++++ python-pyVows.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-pyVows.changes b/python-pyVows.changes index dcd6cde..9bc16e1 100644 --- a/python-pyVows.changes +++ b/python-pyVows.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 15:52:32 UTC 2019 - John Vandenberg + +- Add LANG="en_US.UTF-8" to fix build issue on Leap + ------------------------------------------------------------------- Thu Feb 21 03:08:45 UTC 2019 - John Vandenberg diff --git a/python-pyVows.spec b/python-pyVows.spec index fa99dcf..70f9754 100644 --- a/python-pyVows.spec +++ b/python-pyVows.spec @@ -52,13 +52,16 @@ pyVows is a BDD test engine based on Vows.js . sed -i '/^#!/d' pyvows/__main__.py pyvows/cli.py %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" export PYTHONPATH=. export PATH=%{buildroot}%{_bindir}:$PATH %python_exec pyvows/cli.py -x tests/