From 573b33fae51a63be7f8393a9f49069f4f33763c1 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Nov 06 2018 10:02:27 +0000 Subject: Drop LC_ALL setting, see PEP 538 https://www.python.org/dev/peps/pep-0538/ --- diff --git a/ipython.spec b/ipython.spec index 0df4731..de4869d 100644 --- a/ipython.spec +++ b/ipython.spec @@ -189,7 +189,6 @@ mkdir -p run_tests pushd run_tests PYTHONPATH=%{buildroot}%{python3_sitelib} \ PATH="%{buildroot}%{_bindir}:$PATH" \ - LC_ALL=en_US.UTF-8 \ %{buildroot}%{_bindir}/iptest3 %{test_groups} popd