From d886eb72a1908225cee4e83d7f9294a32a67bf32db9e6a22f60214c12de39420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Jan 2020 11:09:19 +0000 Subject: [PATCH] Accepting request 765722 from devel:languages:python:mailman:backports OBS-URL: https://build.opensuse.org/request/show/765722 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=4 --- python-authheaders.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-authheaders.spec b/python-authheaders.spec index 33b7e51..e1b6e11 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -52,7 +52,7 @@ A library wrapping email authentication header verification and generation. %setup -q -n authheaders-%{version} %build -LANG=en_US.UTF-8 +export LANG=en_US.UTF-8 %python_build %install @@ -60,7 +60,7 @@ LANG=en_US.UTF-8 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -LANG=en_US.UTF-8 +export LANG=en_US.UTF-8 %pytest %files %{python_files}