From 4ae328879b284fbc17a4d449aa209c046ef607ef6d7fad00dd875b085994fba8 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 17 Mar 2020 14:49:48 +0000 Subject: [PATCH] - set UTF-8 encoding for test, fixes Leap 15.1 buildc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=60 --- python-pymisp.changes | 5 +++++ python-pymisp.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pymisp.changes b/python-pymisp.changes index edf8e95..2aa999b 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 17 14:49:18 UTC 2020 - Sebastian Wagner + +- set UTF-8 encoding for test, fixes Leap 15.1 buildc + ------------------------------------------------------------------- Sun Mar 15 10:11:15 UTC 2020 - Sebastian Wagner diff --git a/python-pymisp.spec b/python-pymisp.spec index 361bc0f..afd1a49 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -97,6 +97,7 @@ popd %{python_expand %fdupes %{buildroot}%{$python_sitelib}} %check +export LANG=en_US.UTF-8 %python_exec setup.py test %files %{python_files}