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.
This commit is contained in:
Victor Stinner 2018-12-18 11:27:06 +01:00
parent 4f22584498
commit 7be8eebca6
1 changed files with 1 additions and 0 deletions

View File

@ -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