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:
@@ -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
|
Wed Dec 19 14:18:26 CET 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycurl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%check
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
export PYCURL_SSL_LIBRARY=openssl
|
export PYCURL_SSL_LIBRARY=openssl
|
||||||
# taken from "make test" because we only need to run nosetests,
|
# taken from "make test" because we only need to run nosetests,
|
||||||
# not the rest of the mess in the upstream runner
|
# not the rest of the mess in the upstream runner
|
||||||
|
Reference in New Issue
Block a user