14
0
forked from pool/python-pycurl

Accepting request 672204 from home:alarrosa:branches:devel:languages:python

- Set LANG to en_US.UTF8 to fix the tests

OBS-URL: https://build.opensuse.org/request/show/672204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=56
This commit is contained in:
2019-02-06 20:17:56 +00:00
committed by Git OBS Bridge
parent 6bcbdd8e9f
commit b6651d4107
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 6 15:24:44 UTC 2019 - alarrosa@suse.com
- Set LANG to en_US.UTF8 to fix the tests
-------------------------------------------------------------------
Wed Dec 19 14:18:26 CET 2018 - mcepl@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycurl
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -100,6 +100,7 @@ $python -O -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}
%check
%if %{with test}
export LANG=en_US.UTF-8
export PYCURL_SSL_LIBRARY=openssl
# taken from "make test" because we only need to run nosetests,
# not the rest of the mess in the upstream runner