Add glibc-all-langpacks build req

Add "glibc-all-langpacks" build requirement to install all locales
for test_locale. Add also the dependency to selftest.
This commit is contained in:
Victor Stinner 2019-01-31 12:26:56 +01:00 committed by churchyard
parent 23f39952f5
commit 5915c908d1
2 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,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

View File

@ -15,3 +15,4 @@
- gcc
- python3-tox
- python36
- glibc-all-langpacks # for locale tests