add buildrequire gcc

This commit is contained in:
shirely16 2021-06-24 09:36:58 +08:00
parent 2552ecaae5
commit 9a01a60f7b

View File

@ -2,13 +2,13 @@
Name: python-tqdm Name: python-tqdm
Version: 4.56.0 Version: 4.56.0
Release: 1 Release: 2
Summary: A Fast and Extensible Progress Bar for Python and CLI Summary: A Fast and Extensible Progress Bar for Python and CLI
License: MPLv2.0 and MIT License: MPLv2.0 and MIT
URL: https://github.com/tqdm/tqdm URL: https://github.com/tqdm/tqdm
Source0: https://github.com/tqdm/tqdm/archive/v%{version}/tqdm-%{version}.tar.gz Source0: https://github.com/tqdm/tqdm/archive/v%{version}/tqdm-%{version}.tar.gz
BuildRequires: python3-devel python3-setuptools BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm
%description %description
tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly
@ -52,6 +52,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/
%{_mandir}/man1/tqdm.1* %{_mandir}/man1/tqdm.1*
%changelog %changelog
* Thu Jun 24 2021 hanhui <hanhui15@huawei.com> - 4.56.0-2
- add BuildRequires:gcc python3-toml python3-setuptools_scm
* Mon Feb 1 2021 chengguipeng <chengguiopeng1@huawei.com> - 4.56.0-1 * Mon Feb 1 2021 chengguipeng <chengguiopeng1@huawei.com> - 4.56.0-1
- Update to 4.56.0 - Update to 4.56.0