From 5915c908d13126b628550196d34989190e0db77c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 31 Jan 2019 12:26:56 +0100 Subject: [PATCH] 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. --- python36.spec | 1 + tests/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/python36.spec b/python36.spec index 0a86f6b..d0eaa55 100644 --- a/python36.spec +++ b/python36.spec @@ -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 diff --git a/tests/tests.yml b/tests/tests.yml index 46d8a2e..92949c2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,3 +15,4 @@ - gcc - python3-tox - python36 + - glibc-all-langpacks # for locale tests