15
0

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
This commit is contained in:
Tomáš Chvátal
2020-01-20 11:09:19 +00:00
committed by Git OBS Bridge
parent 2556f72988
commit d886eb72a1

View File

@@ -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}