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 committed by Miro Hrončok
parent 7c14b22be9
commit 80530f163f

View File

@ -110,6 +110,7 @@ BuildRequires: gcc-c++
%if %{with_gdbm} %if %{with_gdbm}
BuildRequires: gdbm-devel BuildRequires: gdbm-devel
%endif %endif
BuildRequires: glibc-all-langpacks
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRequires: libffi-devel BuildRequires: libffi-devel