!11 Add buildrequires glibc-all-langpacks to fix build failed

From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-06-07 06:55:20 +00:00 committed by Gitee
commit 32dec01552
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-urwid Name: python-urwid
Version: 2.1.2 Version: 2.1.2
Release: 1 Release: 2
Summary: Console user interface library Summary: Console user interface library
License: LGPLv2+ License: LGPLv2+
URL: http://excess.org/urwid/ URL: http://excess.org/urwid/
@ -13,7 +13,7 @@ many features useful for text console application developers
%package -n python3-urwid %package -n python3-urwid
Summary: %summary Summary: %summary
%{?python_provide:%python_provide python3-urwid} %{?python_provide:%python_provide python3-urwid}
BuildRequires: python3-devel python3-setuptools python3-test /usr/bin/2to3 gcc BuildRequires: python3-devel python3-setuptools python3-test /usr/bin/2to3 gcc glibc-all-langpacks
%description -n python3-urwid %description -n python3-urwid
Urwid is a console user interface library for Python. It includes Urwid is a console user interface library for Python. It includes
@ -40,6 +40,9 @@ PYTHON=%{__python3} %{__python3} setup.py test
%{python3_sitearch}/urwid-%{version}*.egg-info %{python3_sitearch}/urwid-%{version}*.egg-info
%changelog %changelog
* Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.1.2-2
- Add buildrequires glibc-all-langpacks to fix build failed
* Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.1.2-1 * Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.1.2-1
- update to 2.1.2 - update to 2.1.2