15
0

Accepting request 765704 from devel:languages:python:mailman:backports

- fix build in SLE-15: set en_US.UTF-8 encoding

OBS-URL: https://build.opensuse.org/request/show/765704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-01-20 08:46:53 +00:00
committed by Git OBS Bridge
parent 2396678a2a
commit e549fc284b
2 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ ECMAScript; a near feature complete fork of slimit.
%setup -q -n calmjs.parse-%{version}
%build
LANG=en_US.UTF-8
%python_build
%install
@@ -51,6 +52,7 @@ ECMAScript; a near feature complete fork of slimit.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
LANG=en_US.UTF-8
%pytest
%files %{python_files}