From 14834c01afc40d2bf6265c63cf0d0dab2ade23cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 25 Aug 2018 12:39:27 +0200 Subject: [PATCH] Use C.utf8 locale https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot No rebuild is necessary. This is just a change for the future. Tested by building in F30 mock. --- python-pexpect.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 6b5ac0c..89ee2c6 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -115,7 +115,7 @@ popd %if %{with check} %check export PYTHONIOENCODING=UTF-8 -export LC_ALL="en_US.UTF-8" +export LC_ALL=C.utf8 pushd python2 %{__python2} ./tools/display-sighandlers.py