From 7be8eebca61f0afeaa2065b4a4e25dd21dffa249 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Dec 18 2018 10:27:06 +0000 Subject: Require glibc-all-langpacks to test locales Python 3 test suite requires various locales. Install all of them to build the package to make sure that no test is skipped because of a missing locale. --- diff --git a/python3.spec b/python3.spec index 2890caa..e194ab2 100644 --- a/python3.spec +++ b/python3.spec @@ -152,6 +152,7 @@ BuildRequires: gcc-c++ %if %{with gdbm} BuildRequires: gdbm-devel >= 1:1.13 %endif +BuildRequires: glibc-all-langpacks BuildRequires: glibc-devel BuildRequires: gmp-devel BuildRequires: libappstream-glib